Skip to content

LuigiAndrea/Router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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