dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_TagsModule cluster_TagsModule_declarations cluster_TagsModule_TagsComponent_providers cluster_TagsModule_imports cluster_TagsModule_exports TagsComponent TagsComponent TagsModule TagsModule TagsComponent->TagsModule TagsComponent TagsComponent TagsModule->TagsComponent {    : , : (() => ), : true } {    : , : (() => ), : true } {    : , : (() => ), : true }->TagsComponent RebirthCommonModule RebirthCommonModule RebirthCommonModule->TagsModule

File

projects/rebirth-ng/src/lib/tags/tags.module.ts

Declarations

Exports

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

import { TagsComponent } from './tags.component';
import { CommonModule } from '@angular/common';
import { FormsModule } from '@angular/forms';
import { RebirthCommonModule } from '../common/common.module';

@NgModule({
  imports: [
    CommonModule,
    FormsModule,
    RebirthCommonModule
  ],
  providers: [],
  declarations: [
    TagsComponent
  ],
  exports: [
    TagsComponent
  ],
})
export class TagsModule {
}

results matching ""

    No results matching ""