In this section, you’ll implement some navigation functionality.
This simply renders two links that users can use to navigate between the /links
route and the /create
route.
That’s it. If you run yarn start
, you can now access two URLs. http://localhost:4200/
will render all links and http://localhost:4200/create
renders the form to add a link component you just wrote in the previous section.
You’ve already integrated the redirect after creating a new link, so this section is super simple, but necessary!