dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_UATDynamicComponentModule cluster_UATDynamicComponentModule_declarations UATDynamicComponentDirective UATDynamicComponentDirective UATDynamicComponentModule UATDynamicComponentModule UATDynamicComponentDirective->UATDynamicComponentModule

File

src/app/lib/dynamic-component/dynamic-component.module.ts

import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { UATDynamicComponentDirective } from './dynamic-component.directive';

@NgModule({
  imports: [
    CommonModule
  ],
  declarations: [UATDynamicComponentDirective],
  exports: [UATDynamicComponentDirective]
})
export class UATDynamicComponentModule { }

results matching ""

    No results matching ""