Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. import { NgModule } from '@angular/core';
  2. import { LazyComponent } from './lazy.component';
  3. import { LazyRoutingModule } from './lazy.routing';
  4.  
  5. @NgModule({
  6. imports: [LazyRoutingModule],
  7. declarations: [LazyComponent]
  8. })
  9. export class LazyModule {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement