dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_AtftStatsModule cluster_AtftStatsModule_providers cluster_AtftStatsModule_exports cluster_AtftStatsModule_declarations StatsAutoShowDirective StatsAutoShowDirective AtftStatsModule AtftStatsModule StatsAutoShowDirective->AtftStatsModule StatsAutoShowDirective StatsAutoShowDirective AtftStatsModule->StatsAutoShowDirective StatsService StatsService StatsService->AtftStatsModule

File

projects/atft/src/lib/stats/stats.module.ts

import {NgModule} from '@angular/core';
import {CommonModule} from '@angular/common';
import {StatsService} from './stats.service';
import {StatsAutoShowDirective} from './stats-auto-show.directive';


@NgModule({
  imports: [
    CommonModule
  ],
  providers: [
    StatsService
  ],
  declarations: [
    StatsAutoShowDirective
  ],
  exports: [
    StatsAutoShowDirective
  ]
})
export class AtftStatsModule {
}

results matching ""

    No results matching ""