dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_ActionsModule cluster_ActionsModule_declarations cluster_ActionsModule_exports cluster_ActionsModule_imports ActionsComponent ActionsComponent ActionsModule ActionsModule ActionsComponent->ActionsModule ActionsComponent ActionsComponent ActionsModule->ActionsComponent AclTagModule AclTagModule AclTagModule->ActionsModule ConditionalLabelPipe ConditionalLabelPipe ConditionalLabelPipe->ActionsModule

File

libs/common/frame/src/frame-parts/actions/actions.module.ts

import { NdbxIconModule } from '@allianz/ngx-ndbx/icon';
import { AclTagModule } from '@allianz/taly-acl/angular';
import { ConditionalLabelPipe } from '@allianz/taly-core';
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { NxButtonModule } from '@aposin/ng-aquila/button';
import { NxIconModule } from '@aposin/ng-aquila/icon';
import { NxLinkModule } from '@aposin/ng-aquila/link';
import { ActionsComponent } from './actions.component';

@NgModule({
  declarations: [ActionsComponent],
  exports: [ActionsComponent],
  imports: [
    CommonModule,
    NxLinkModule,
    NxButtonModule,
    NxIconModule,
    NdbxIconModule,
    ConditionalLabelPipe,
    AclTagModule
  ]
})
export class ActionsModule {}

results matching ""

    No results matching ""