Angular
Let's Code Together - Building a Search Form

Create Initial Form

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

In this video

We create the initial form

Assignment: Call the search method
  1. Have onSearch create a new SearchCriteria.
  2. Call service.search() and subscribe and update results. There will be no filtering yet, so all results should be returned.
 

I finished! On to the next chapter