S

Sam Doidge's Sam Doidge - Continual Improvement.

I’m a web developer based in the UK, currently contracting
for a finance company. I think of ideas and execute them. I
continually look to learn and I try not to impose limits on
myself.

  • Rated2.5/ 5
  • Updated 2 Years Ago

Lazy Loading in Angular 6 - Sam Doidge

Updated 5 Years Ago

Lazy Loading In Angular 6 - Sam Doidge
This is a quick video of lazy loading working for Angular 6 routes. It is used when routing to feature modules, and stops the modules being initiliased before they are needed. const routes: Routes = [ { path: 'customers', loadChildren: './customers/customers.module#CustomersModule' } ] Is how a...
Read More