0
comment
comment
on 6/23/2017 6:21 AM
How to use the Angular Router
Today we will see how to use the Angular Router. The router allows us to define routes which are transformed to urls which are then understood by the browser. Having routes allows us to create different categories and access points to our website. This post will be composed by 6 parts:
Define routes
Router outlet
Special routes
Data and ActivatedRoute
Resolve guard