libs/playground-test-bbs/src/lib/pgr-bb-with-dynamic-form/pgr-bb-with-dynamic-form.module.ts
dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_PgrBbWithDynamicFormModule cluster_PgrBbWithDynamicFormModule_exports cluster_PgrBbWithDynamicFormModule_imports cluster_PgrBbWithDynamicFormModule_PgrBbWithDynamicFormComponent_providers PgrBbWithDynamicFormComponent PgrBbWithDynamicFormComponent PgrBbWithDynamicFormModule PgrBbWithDynamicFormModule PgrBbWithDynamicFormComponent->PgrBbWithDynamicFormModule PgrBbWithDynamicFormComponent PgrBbWithDynamicFormComponent PgrBbWithDynamicFormModule->PgrBbWithDynamicFormComponent createBuildingBlockProvider(forwardRef(() => PgrBbWithDynamicFormComponent)) createBuildingBlockProvider(forwardRef(() => PgrBbWithDynamicFormComponent)) createBuildingBlockProvider(forwardRef(() => PgrBbWithDynamicFormComponent))->PgrBbWithDynamicFormComponent TalyCoreModule TalyCoreModule TalyCoreModule->PgrBbWithDynamicFormModule TalyDynamicFormComponent TalyDynamicFormComponent TalyDynamicFormComponent->PgrBbWithDynamicFormModule
import {
  provideDynamicFormNativeComponents,
  TalyDynamicFormComponent
} from '@allianz/taly-core/dynamic-form/standalone';
import { TalyCoreModule } from '@allianz/taly-core';
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { ReactiveFormsModule } from '@angular/forms';
import { NxGridModule } from '@allianz/ng-aquila/grid';
import { NxHeadlineModule } from '@allianz/ng-aquila/headline';
import { NxTabsModule } from '@allianz/ng-aquila/tabs';
import { PgrBbWithDynamicFormComponent } from './pgr-bb-with-dynamic-form.component';

@NgModule({
  declarations: [PgrBbWithDynamicFormComponent],
  imports: [
    CommonModule,
    ReactiveFormsModule,
    TalyCoreModule,
    NxHeadlineModule,
    NxGridModule,
    NxTabsModule,
    TalyDynamicFormComponent
  ],
  providers: [provideDynamicFormNativeComponents()],
  exports: [PgrBbWithDynamicFormComponent]
})
export class PgrBbWithDynamicFormModule {}

results matching ""

    No results matching ""