1. Create below Angular components with pipes. brand: Nike X color: green X Brand: + color: There are other filters not
Posted: Tue Jul 12, 2022 8:22 am
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.