dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_CountdownTimerModule cluster_CountdownTimerModule_declarations cluster_CountdownTimerModule_exports CountdownTimer CountdownTimer CountdownTimerModule CountdownTimerModule CountdownTimer->CountdownTimerModule CountdownTimer CountdownTimer CountdownTimerModule->CountdownTimer

File

src/index.ts

Declarations

Exports

import { NgModule, ModuleWithProviders } from '@angular/core';
import { CommonModule } from '@angular/common';
import { CountdownTimer } from './countdown-timer.component';


export * from './countdown-timer.component';

@NgModule({
  imports: [
    CommonModule
  ],
  declarations: [
    CountdownTimer,

  ],
  exports: [
    CountdownTimer
  ]
})
export class CountdownTimerModule {
  static forRoot(): ModuleWithProviders {
    return {
      ngModule: CountdownTimerModule
    };
  }
}

results matching ""

    No results matching ""