dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_LazyRenderModule cluster_LazyRenderModule_declarations cluster_LazyRenderModule_exports LazyPageComponent LazyPageComponent LazyRenderModule LazyRenderModule LazyPageComponent->LazyRenderModule LazyBlockComponent LazyBlockComponent LazyBlockComponent->LazyRenderModule LazyPageComponent LazyPageComponent LazyRenderModule->LazyPageComponent LazyBlockComponent LazyBlockComponent LazyRenderModule->LazyBlockComponent
import { NgModule } from '@angular/core';

import { LazyPageComponent } from './lazy-page.component';
import { LazyBlockComponent } from './lazy-block.component';

export * from './lazy-page.component';
export * from './lazy-block.component';

@NgModule({
    declarations: [LazyPageComponent, LazyBlockComponent],
    exports: [LazyPageComponent, LazyBlockComponent]
})
export class LazyRenderModule {
}

results matching ""

    No results matching ""