dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_TagModule cluster_TagModule_declarations cluster_TagModule_exports TagComponent TagComponent TagModule TagModule TagComponent->TagModule TagComponent TagComponent TagModule->TagComponent

File

projects/commons/src/lib/elements/tags/tag.module.ts

Declarations

Exports

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

import { TagComponent } from './components';

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

export class TagModule {}

result-matching ""

    No results matching ""