libs/core/dynamic-form/paragraph/src/paragraph.module.ts
dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_DfParagraphModule cluster_DfParagraphModule_imports cluster_DfParagraphModule_declarations cluster_DfParagraphModule_exports DfParagraphComponent DfParagraphComponent DfParagraphModule DfParagraphModule DfParagraphComponent->DfParagraphModule DfParagraphComponent DfParagraphComponent DfParagraphModule->DfParagraphComponent DfBaseModule DfBaseModule DfBaseModule->DfParagraphModule DfInfoIconComponent DfInfoIconComponent DfInfoIconComponent->DfParagraphModule MarkdownToHtmlComponent MarkdownToHtmlComponent MarkdownToHtmlComponent->DfParagraphModule
import { MarkdownToHtmlComponent } from '@allianz/taly-core/ui';
import { DfBaseModule, DfInfoIconComponent } from '@allianz/taly-core/dynamic-form';
import { NgModule } from '@angular/core';
import { NxCopytextModule } from '@allianz/ng-aquila/copytext';
import { NxIconModule } from '@allianz/ng-aquila/icon';
import { DfParagraphComponent } from './paragraph.component';

@NgModule({
  declarations: [DfParagraphComponent],
  exports: [DfParagraphComponent],
  imports: [
    NxCopytextModule,
    NxIconModule,
    DfInfoIconComponent,
    DfBaseModule,
    MarkdownToHtmlComponent
  ]
})
export class DfParagraphModule {}

results matching ""

    No results matching ""