Created
September 26, 2017 13:15
-
-
Save molcik/d43a46072aab749705884df64a743698 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { NgModule } from '@angular/core'; | |
import { LazyComponent } from './lazy.component'; | |
import { LazyRoutingModule } from './lazy.routing'; | |
@NgModule({ | |
imports: [LazyRoutingModule], | |
declarations: [LazyComponent] | |
}) | |
export class LazyModule {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment