libs/dynamic-form-playground-bbs/src/lib/playground-contact-us/playground-contact-us.module.ts
dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_PlaygroundContactUsModule cluster_PlaygroundContactUsModule_declarations cluster_PlaygroundContactUsModule_exports cluster_PlaygroundContactUsModule_imports cluster_PlaygroundContactUsModule_PlaygroundContactUsComponent_providers PlaygroundContactUsComponent PlaygroundContactUsComponent PlaygroundContactUsModule PlaygroundContactUsModule PlaygroundContactUsComponent->PlaygroundContactUsModule PlaygroundContactUsComponent PlaygroundContactUsComponent PlaygroundContactUsModule->PlaygroundContactUsComponent createBuildingBlockProvider(forwardRef(() => PlaygroundContactUsComponent)) createBuildingBlockProvider(forwardRef(() => PlaygroundContactUsComponent)) createBuildingBlockProvider(forwardRef(() => PlaygroundContactUsComponent))->PlaygroundContactUsComponent TalyCoreModule TalyCoreModule TalyCoreModule->PlaygroundContactUsModule

Relationships

Used by

No results matching.

import { TalyCoreModule } from '@allianz/taly-core';
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { NxButtonModule } from '@allianz/ng-aquila/button';
import { PlaygroundContactUsComponent } from './playground-contact-us.component';
import { NxIconComponent } from '@allianz/ng-aquila/icon';

@NgModule({
  declarations: [PlaygroundContactUsComponent],
  imports: [CommonModule, NxButtonModule, TalyCoreModule, NxIconComponent],
  exports: [PlaygroundContactUsComponent]
})
export class PlaygroundContactUsModule {}

results matching ""

    No results matching ""