Routing Challenges
Last updated
Last updated
On Stackblitz create a new project Your goal is to create a small website header
Create a Menu Header Component
The menu should have 3 options home, search and about
When clicked on each option navigates to a new view
The title should be displayed horizontal. *Hint flexbox - row
Tips:
Create a
Don’t forget to place <router-outlet></router-outlet>
Cannot Use Router LINK
Create a button on the search component, called search. When clicked it should invoke a function and routes to the about page
Create another button on the about page called back that when clicked invokes a function that navigates to the search page
Tips: