mrkosima / angular-rc5-router-lazy-in-lazy

Example of modules and routes with lazyLoading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular RC5 router experiments with modules and lazy loading

to init project: npm install npm start

-- issue from example: angular/angular#11208

  • Default+Named - imported module with routes in primary and named outlets
  • Lazy - lazy-loaded module with lazy-loaded children in primary outlet
  • Lazy-named - lazy-loaded module with lazy-loaded children in named outlet (not forks with current version)

About

Example of modules and routes with lazyLoading


Languages

Language:TypeScript 64.0%Language:JavaScript 23.5%Language:CSS 8.3%Language:HTML 4.3%