- 1 Create Below Angular Components With Pipes Brand Nike X Color Green X Brand Color There Are Other Filters Not 1 (46.7 KiB) Viewed 29 times
1. Create below Angular components with pipes. brand: Nike X color: green X Brand: + color: There are other filters not
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
1. Create below Angular components with pipes. brand: Nike X color: green X Brand: + color: There are other filters not
1. Create below Angular components with pipes. brand: Nike X color: green X Brand: + color: There are other filters not listed> 2 Nike trend 32 size: 32 Nike Ancient 32 + X size: Nike Youth 32 a) You need a shoes component, shoes-overview component which are like the three shoes listed and a item-filter pipe. b) Shoes objects may have missing info or incorrect data, i.e. size is NaN, color property is missing, etc. c) The pipe needs to handle edge cases and the number of conditions passed in are NOT known. Assume it has to be an exact match. i.e. size: 32 will only return shoes with size 32. d) Implement Child Parent communication to show shoes according to the pipe return value.