1. 6
    Create a New Task Page with Angular CLI ng generate
    1m 20s

Create a New Task Page with Angular CLI ng generate

InstructorJorge Vergara

Share this video with your friends

Send Tweet

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.