dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_AtftAnimationModule cluster_AtftAnimationModule_declarations cluster_AtftAnimationModule_providers cluster_AtftAnimationModule_exports EmitStepComponent EmitStepComponent AtftAnimationModule AtftAnimationModule EmitStepComponent->AtftAnimationModule TimelineEmitterComponent TimelineEmitterComponent TimelineEmitterComponent->AtftAnimationModule EmitStepComponent EmitStepComponent AtftAnimationModule->EmitStepComponent TimelineEmitterComponent TimelineEmitterComponent AtftAnimationModule->TimelineEmitterComponent AnimationService AnimationService AnimationService->AtftAnimationModule

File

projects/atft/src/lib/animation/atft-animation.module.ts

import {NgModule} from '@angular/core';
import {AnimationService} from './animation.service';
import {EmitStepComponent, TimelineEmitterComponent} from "./timeline-emitter";


@NgModule({
  declarations: [
    TimelineEmitterComponent,
    EmitStepComponent,
  ],
  providers: [
    AnimationService,
  ],
  exports: [
    TimelineEmitterComponent,
    EmitStepComponent,
  ],
})
export class AtftAnimationModule {
}

results matching ""

    No results matching ""