angular-router-demo icon indicating copy to clipboard operation
angular-router-demo copied to clipboard

Angular 4|5 Router

angular-router-demo

Angular 4|5 Router Demo created with the Angular CLI.

How to learn how to use the Angular 4|5 Router?

You can follow this demo project's accompanying tutorial: The Angular 4|5 Router: Component Routing.

How to use?

You can simply clone this repo from the CLI:

git clone https://github.com/techiediaries/angular-router-demo/

Next, navigate inside the cloned folder then install the dependencies using:

cd angular-router-demo
npm install

You can the serve your demo project using:

ng serve

Finally, visit http://127.0.0.1:4200 with your browser.