Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 416 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 416 Bytes

Angular Router

Router Demos

Various demos about the Angular Router.

Some of the features used in the project:

  • Guards
  • Resolvers (Added some delay to simulate long running operations)
  • Lazy Loading
  • Preloading modules
  • Observables
  • Promises
  • CanActivate/CanDeactivate
  • Absolute/Relative RouterLink

How to use

Clone this github repo and run the following commands:

  • npm install
  • npm start