dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_PgrContactUsModule cluster_PgrContactUsModule_declarations cluster_PgrContactUsModule_PgrContactUsComponent_providers cluster_PgrContactUsModule_exports cluster_PgrContactUsModule_imports PgrContactUsComponent PgrContactUsComponent PgrContactUsModule PgrContactUsModule PgrContactUsComponent->PgrContactUsModule PgrContactUsComponent PgrContactUsComponent PgrContactUsModule->PgrContactUsComponent createBuildingBlockProvider(forwardRef(() => PgrContactUsComponent)) createBuildingBlockProvider(forwardRef(() => PgrContactUsComponent)) createBuildingBlockProvider(forwardRef(() => PgrContactUsComponent))->PgrContactUsComponent TalyCoreModule TalyCoreModule TalyCoreModule->PgrContactUsModule

File

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

import { TalyCoreModule } from '@allianz/taly-core';
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { NxButtonModule } from '@aposin/ng-aquila/button';
import { PgrContactUsComponent } from './pgr-contact-us.component';

@NgModule({
  declarations: [PgrContactUsComponent],
  imports: [CommonModule, NxButtonModule, TalyCoreModule],
  exports: [PgrContactUsComponent]
})
export class PgrContactUsModule {}

results matching ""

    No results matching ""