Course lesson
We need to add a new tasks page so we'll add a button on the home page and link to this new page with routerLink.
We need to add a new tasks page so we'll add a button on the home page and link to this new page with routerLink.
Then we'll use the Angular CLI to create a new page with ng generate. Finally we'll add the page route to our routing.module.
Course lesson
We need to add a new tasks page so we'll add a button on the home page and link to this new page with routerLink.