Skip to content

Instantly share code, notes, and snippets.

@molcik
Created September 26, 2017 13:15
Show Gist options
  • Save molcik/d43a46072aab749705884df64a743698 to your computer and use it in GitHub Desktop.
Save molcik/d43a46072aab749705884df64a743698 to your computer and use it in GitHub Desktop.
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