dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_PlaceholderModule cluster_PlaceholderModule_exports cluster_PlaceholderModule_declarations cluster_PlaceholderModule_PlaceholderComponent_providers cluster_PlaceholderModule_imports PlaceholderComponent PlaceholderComponent PlaceholderModule PlaceholderModule PlaceholderComponent->PlaceholderModule PlaceholderComponent PlaceholderComponent PlaceholderModule->PlaceholderComponent createBuildingBlockProvider(forwardRef(() => PlaceholderComponent)) createBuildingBlockProvider(forwardRef(() => PlaceholderComponent)) createBuildingBlockProvider(forwardRef(() => PlaceholderComponent))->PlaceholderComponent TalyCoreModule TalyCoreModule TalyCoreModule->PlaceholderModule

File

libs/core/src/lib/taly-placeholder-bb/taly-placeholder-bb.module.ts

import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { ReactiveFormsModule } from '@angular/forms';
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 { NxSwitcherModule } from '@aposin/ng-aquila/switcher';
import { TalyCoreModule } from '../itmp-core.module';
import { PlaceholderComponent } from './taly-placeholder-bb.component';

@NgModule({
  declarations: [PlaceholderComponent],
  imports: [
    CommonModule,
    ReactiveFormsModule,
    TalyCoreModule,
    NxHeadlineModule,
    NxGridModule,
    NxFormfieldModule,
    NxInputModule,
    NxSwitcherModule
  ],
  exports: [PlaceholderComponent]
})
export class PlaceholderModule {}

results matching ""

    No results matching ""