libs/playground-test-bbs/documentation/examples/src/pgr-bb-with-dynamic-form/pgr-bb-with-dynamic-form.module.ts
dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_ExamplePgrBbWithDynamicFormModule cluster_ExamplePgrBbWithDynamicFormModule_imports cluster_ExamplePgrBbWithDynamicFormModule_declarations cluster_ExamplePgrBbWithDynamicFormModule_exports ExamplePgrBbWithDynamicFormComponent ExamplePgrBbWithDynamicFormComponent ExamplePgrBbWithDynamicFormModule ExamplePgrBbWithDynamicFormModule ExamplePgrBbWithDynamicFormComponent->ExamplePgrBbWithDynamicFormModule ExamplePgrBbWithDynamicFormComponent ExamplePgrBbWithDynamicFormComponent ExamplePgrBbWithDynamicFormModule->ExamplePgrBbWithDynamicFormComponent AclModule AclModule AclModule->ExamplePgrBbWithDynamicFormModule PgrBbWithDynamicFormModule PgrBbWithDynamicFormModule PgrBbWithDynamicFormModule->ExamplePgrBbWithDynamicFormModule

Relationships

Methods

Static components
components()
Returns : { ExamplePgrBbWithDynamicFormComponent: any; }
import { AclModule } from '@allianz/taly-acl/angular';
import { NgModule } from '@angular/core';
import { PgrBbWithDynamicFormModule } from '../../../../src/lib/pgr-bb-with-dynamic-form/pgr-bb-with-dynamic-form.module';
import { ExamplePgrBbWithDynamicFormComponent } from './pgr-bb-with-dynamic-form.component';

@NgModule({
  declarations: [ExamplePgrBbWithDynamicFormComponent],
  imports: [AclModule, PgrBbWithDynamicFormModule],
  exports: [ExamplePgrBbWithDynamicFormComponent]
})
export class ExamplePgrBbWithDynamicFormModule {
  static components() {
    return {
      ExamplePgrBbWithDynamicFormComponent: ExamplePgrBbWithDynamicFormComponent
    };
  }
}

results matching ""

    No results matching ""