dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_IndexModule cluster_IndexModule_declarations cluster_IndexModule_imports AboutComponent AboutComponent IndexModule IndexModule AboutComponent->IndexModule DevStackComponent DevStackComponent DevStackComponent->IndexModule IndexComponent IndexComponent IndexComponent->IndexModule SplashComponent SplashComponent SplashComponent->IndexModule IndexRoutingModule IndexRoutingModule IndexRoutingModule->IndexModule

File

projects/app-base-library/src/lib/assets/sketch/index/index.module.ts

import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';

import { IndexRoutingModule } from './index-routing.module';
import { IndexComponent } from './index.component';
import { SplashComponent } from './splash/splash.component';
import { AboutComponent } from './about/about.component';
import { DevStackComponent } from './dev-stack/dev-stack.component';


@NgModule({
  imports: [
    CommonModule,
    IndexRoutingModule
  ],
  declarations: [
   SplashComponent,
   AboutComponent,
   DevStackComponent,
   IndexComponent,
  ]
})
export class IndexModule { }

results matching ""

    No results matching ""