Time Estimate: 2 Hours
Start by creating the Angular 6 Project.
Do it with npm, install angular/cli globally so you can run the commands.
Command for starting project:
ng new projectName --routing
Then create new components with this command:
ng g c navbar
g = generate, c = component, navbar = component name
Time Estimate: 2 Hours Start by creating the Angular 6 Project. Do it with npm, install angular/cli globally so you can run the commands. Command for starting project:
Then create new components with this command:
Then serve it with:
I watched this video to get started with angular 6: https://www.youtube.com/watch?v=z4JUm0Bq9AM&t=3292s