dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_PgrPlaceholderModule cluster_PgrPlaceholderModule_declarations cluster_PgrPlaceholderModule_PgrPlaceholderComponent_providers cluster_PgrPlaceholderModule_imports cluster_PgrPlaceholderModule_exports PgrPlaceholderComponent PgrPlaceholderComponent PgrPlaceholderModule PgrPlaceholderModule PgrPlaceholderComponent->PgrPlaceholderModule PgrPlaceholderComponent PgrPlaceholderComponent PgrPlaceholderModule->PgrPlaceholderComponent createBuildingBlockProvider(forwardRef(() => PgrPlaceholderComponent)) createBuildingBlockProvider(forwardRef(() => PgrPlaceholderComponent)) createBuildingBlockProvider(forwardRef(() => PgrPlaceholderComponent))->PgrPlaceholderComponent TalyCoreModule TalyCoreModule TalyCoreModule->PgrPlaceholderModule TalyHeadlineComponent TalyHeadlineComponent TalyHeadlineComponent->PgrPlaceholderModule

File

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

import { TalyHeadlineComponent } from '@allianz/taly-common/headline';
import { TalyCoreModule } from '@allianz/taly-core';
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { NxCopytextModule } from '@aposin/ng-aquila/copytext';
import { NxGridModule } from '@aposin/ng-aquila/grid';
import { NxHeadlineModule } from '@aposin/ng-aquila/headline';
import { PgrPlaceholderComponent } from './pgr-placeholder.component';

@NgModule({
  declarations: [PgrPlaceholderComponent],
  imports: [
    CommonModule,
    TalyCoreModule,
    NxHeadlineModule,
    NxGridModule,
    NxCopytextModule,
    TalyHeadlineComponent
  ],
  exports: [PgrPlaceholderComponent]
})
export class PgrPlaceholderModule {}

results matching ""

    No results matching ""