Navigation

In this section, you’ll implement some navigation functionality.

Create a Header

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.

Run yarn start to see the app at localhost:4200

You’ve already integrated the redirect after creating a new link, so this section is super simple, but necessary!

Unlock the next chapter
Which of the following statements is not true?
ember-apollo-client exposes several Apollo methods on an Ember service
ember-apollo-client is an add-on for Apollo Client and GraphQL
ember-apollo-client returns Promises
ember-apollo-client only allows mutations