libs/pfe-connector/src/lib/runtime-utils/pfe-dynamic-page/pfe-dynamic-page.module.ts
dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_PfeDynamicPageModule cluster_PfeDynamicPageModule_PfeDynamicPageComponent_providers cluster_PfeDynamicPageModule_imports PfeDynamicPageComponent PfeDynamicPageComponent PfeDynamicPageModule PfeDynamicPageModule PfeDynamicPageComponent->PfeDynamicPageModule createStaticAclTagProvider() createStaticAclTagProvider() createStaticAclTagProvider()->PfeDynamicPageComponent DynamicBuildingBlockMetaService DynamicBuildingBlockMetaService DynamicBuildingBlockMetaService->PfeDynamicPageComponent AclModule AclModule AclModule->PfeDynamicPageModule BuildingBlockDebuggerModule BuildingBlockDebuggerModule BuildingBlockDebuggerModule->PfeDynamicPageModule ConfiguredSectionDirective ConfiguredSectionDirective ConfiguredSectionDirective->PfeDynamicPageModule DynamicFormBuildingBlockModule DynamicFormBuildingBlockModule DynamicFormBuildingBlockModule->PfeDynamicPageModule DynamicFormDebugger DynamicFormDebugger DynamicFormDebugger->PfeDynamicPageModule InterpolateFromStorePipe InterpolateFromStorePipe InterpolateFromStorePipe->PfeDynamicPageModule NotificationsGroupComponent NotificationsGroupComponent NotificationsGroupComponent->PfeDynamicPageModule TalyInternalHeadlineComponent TalyInternalHeadlineComponent TalyInternalHeadlineComponent->PfeDynamicPageModule TalySidebarMarkerModule TalySidebarMarkerModule TalySidebarMarkerModule->PfeDynamicPageModule
import { AclModule } from '@allianz/taly-acl/angular';
import { InterpolateFromStorePipe } from '@allianz/taly-core';
import { BuildingBlockDebuggerModule, DynamicFormDebugger } from '@allianz/taly-core/devtools';
import { NotificationsGroupComponent, TalySidebarMarkerModule } from '@allianz/taly-core/frame';
import { ConfiguredSectionDirective, TalyInternalHeadlineComponent } from '@allianz/taly-core/ui';
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { RouterModule } from '@angular/router';
import { PfeDynamicPageComponent } from './pfe-dynamic-page.component';
import { DynamicFormBuildingBlockModule } from '@allianz/taly-core/building-blocks';

@NgModule({
  declarations: [PfeDynamicPageComponent],
  imports: [
    ConfiguredSectionDirective,
    CommonModule,
    DynamicFormBuildingBlockModule,
    NotificationsGroupComponent,
    BuildingBlockDebuggerModule,
    DynamicFormDebugger,
    AclModule,
    TalyInternalHeadlineComponent,
    InterpolateFromStorePipe,
    TalySidebarMarkerModule,
    RouterModule.forChild([
      {
        path: '',
        component: PfeDynamicPageComponent
      }
    ])
  ]
})
export class PfeDynamicPageModule {}

results matching ""

    No results matching ""