dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_DfSwitcherModule cluster_DfSwitcherModule_declarations cluster_DfSwitcherModule_exports cluster_DfSwitcherModule_imports DfSwitcherComponent DfSwitcherComponent DfSwitcherModule DfSwitcherModule DfSwitcherComponent->DfSwitcherModule DfSwitcherComponent DfSwitcherComponent DfSwitcherModule->DfSwitcherComponent DfBaseModule DfBaseModule DfBaseModule->DfSwitcherModule DfInfoIconModule DfInfoIconModule DfInfoIconModule->DfSwitcherModule ValidationErrorsModule ValidationErrorsModule ValidationErrorsModule->DfSwitcherModule

File

libs/core/dynamic-form/switcher/src/switcher.module.ts

import { DfBaseModule, DfInfoIconModule } from '@allianz/taly-core/dynamic-form';
import { ValidationErrorsModule } from '@allianz/taly-core/validation-errors';
import { NgModule } from '@angular/core';
import { ReactiveFormsModule } from '@angular/forms';
import { NxCopytextModule } from '@aposin/ng-aquila/copytext';
import { NxIconModule } from '@aposin/ng-aquila/icon';
import { NxMessageModule } from '@aposin/ng-aquila/message';
import { NxSwitcherModule } from '@aposin/ng-aquila/switcher';
import { DfSwitcherComponent } from './switcher.component';

@NgModule({
  declarations: [DfSwitcherComponent],
  exports: [DfSwitcherComponent],
  imports: [
    ReactiveFormsModule,
    NxCopytextModule,
    NxMessageModule,
    NxIconModule,
    DfBaseModule,
    DfInfoIconModule,
    NxSwitcherModule,
    ValidationErrorsModule
  ]
})
export class DfSwitcherModule {}

results matching ""

    No results matching ""