Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

filter property access issue? #20

Open
RettBehrens opened this issue Dec 12, 2017 · 1 comment
Open

filter property access issue? #20

RettBehrens opened this issue Dec 12, 2017 · 1 comment
Labels

Comments

@RettBehrens
Copy link

how would I filter on the pet names below?

people = [
  {
  name: 'Bob',
  favoriteColor: 'Blue',
  pets:
    [{name: fido}, {name: spike}]
  },
  {
  name: 'Steve',
  favoriteColor: 'Red',
  pets:
    [{name: fluffy}]
  }
]
@prashantpimpale93
Copy link
Contributor

prashantpimpale93 commented May 21, 2019

@RettBehrens This will solve the problem! I have submitted a PR but it's pending to the get merged!
https://stackblitz.com/edit/angular-t1dzgn-ajgydu?file=app/form-field-overview-example.ts

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants