Angular
Let's Code Together - Building a Search Form

Create Initial Form

PRO
Outline

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