If you start from this step, just move to PW3 tag
git checkout PW3
In this part we are dealing with event and user action.
First of all let's play with
keyupevent on search input to display the search words in the DOM.In a second part, import
FormsModuleto play with banana boxngModeldirective.Filter the pokemeon list based on searchValue with a method
Create a Angular Pipe with
ng generate pipe filter-pokemon
and use it to filter your pokemons.