dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_TimelineModule cluster_TimelineModule_declarations cluster_TimelineModule_exports TimelineComponent TimelineComponent TimelineModule TimelineModule TimelineComponent->TimelineModule TimelineComponent TimelineComponent TimelineModule->TimelineComponent

File

projects/commons/src/lib/elements/timeline/timeline.module.ts

Declarations

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

import { TimelineComponent } from './components';

@NgModule({
    imports: [
        CommonModule,
    ],
    declarations: [
        TimelineComponent,
    ],
    exports: [
        TimelineComponent,
    ],
})

export class TimelineModule {}

result-matching ""

    No results matching ""