dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_PgrSimpleModule cluster_PgrSimpleModule_exports cluster_PgrSimpleModule_declarations cluster_PgrSimpleModule_imports cluster_PgrSimpleModule_PgrSimpleComponent_providers PgrSimpleComponent PgrSimpleComponent PgrSimpleModule PgrSimpleModule PgrSimpleComponent->PgrSimpleModule PgrSimpleComponent PgrSimpleComponent PgrSimpleModule->PgrSimpleComponent createBuildingBlockProvider(forwardRef(() => PgrSimpleComponent)) createBuildingBlockProvider(forwardRef(() => PgrSimpleComponent)) createBuildingBlockProvider(forwardRef(() => PgrSimpleComponent))->PgrSimpleComponent TalyCoreModule TalyCoreModule TalyCoreModule->PgrSimpleModule TalyFrameSmallPrintModule TalyFrameSmallPrintModule TalyFrameSmallPrintModule->PgrSimpleModule TalyHeadlineComponent TalyHeadlineComponent TalyHeadlineComponent->PgrSimpleModule ValidationErrorsModule ValidationErrorsModule ValidationErrorsModule->PgrSimpleModule

File

libs/playground-test-bbs/src/lib/pgr-simple/pgr-simple.module.ts

import { TalyFrameSmallPrintModule } from '@allianz/taly-common/frame';
import { TalyHeadlineComponent } from '@allianz/taly-common/headline';
import { TalyCoreModule } from '@allianz/taly-core';
import { ValidationErrorsModule } from '@allianz/taly-core/validation-errors';
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { ReactiveFormsModule } from '@angular/forms';
import { NxButtonModule } from '@aposin/ng-aquila/button';
import { NxCheckboxModule } from '@aposin/ng-aquila/checkbox';
import { NxCopytextModule } from '@aposin/ng-aquila/copytext';
import { NxDatefieldModule } from '@aposin/ng-aquila/datefield';
import { NxFormfieldModule } from '@aposin/ng-aquila/formfield';
import { NxGridModule } from '@aposin/ng-aquila/grid';
import { NxHeadlineModule } from '@aposin/ng-aquila/headline';
import { NxInputModule } from '@aposin/ng-aquila/input';
import { PgrSimpleComponent } from './pgr-simple.component';

@NgModule({
  declarations: [PgrSimpleComponent],
  imports: [
    CommonModule,
    ReactiveFormsModule,
    TalyCoreModule,
    ValidationErrorsModule,
    NxHeadlineModule,
    NxGridModule,
    NxFormfieldModule,
    NxInputModule,
    NxDatefieldModule,
    NxCheckboxModule,
    TalyFrameSmallPrintModule,
    NxButtonModule,
    TalyHeadlineComponent,
    NxCopytextModule
  ],
  exports: [PgrSimpleComponent]
})
export class PgrSimpleModule {}

results matching ""

    No results matching ""