dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_ShowroomHeaderModule cluster_ShowroomHeaderModule_exports cluster_ShowroomHeaderModule_declarations cluster_ShowroomHeaderModule_imports ShowroomHeaderComponent ShowroomHeaderComponent ShowroomHeaderModule ShowroomHeaderModule ShowroomHeaderComponent->ShowroomHeaderModule ShowroomHeaderComponent ShowroomHeaderComponent ShowroomHeaderModule->ShowroomHeaderComponent JourneyInsightsModule JourneyInsightsModule JourneyInsightsModule->ShowroomHeaderModule NormalizeUrlModule NormalizeUrlModule NormalizeUrlModule->ShowroomHeaderModule

File

libs/common/ui/src/showroom-header/showroom-header.module.ts

import { NormalizeUrlModule } from '@allianz/taly-common';
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { NxButtonModule } from '@aposin/ng-aquila/button';
import { NxHeaderModule } from '@aposin/ng-aquila/header';
import { NxIconModule } from '@aposin/ng-aquila/icon';
import { NxLinkModule } from '@aposin/ng-aquila/link';
import { NxSwitcherModule } from '@aposin/ng-aquila/switcher';
import { NxMessageModule } from '@aposin/ng-aquila/message';
import { JourneyInsightsModule } from '../journey-insights/insights.module';
import { ShowroomHeaderComponent } from './showroom-header.component';

@NgModule({
  declarations: [ShowroomHeaderComponent],
  exports: [ShowroomHeaderComponent],
  imports: [
    CommonModule,
    NxHeaderModule,
    NxButtonModule,
    NxIconModule,
    NxLinkModule,
    NxSwitcherModule,
    NxMessageModule,
    NormalizeUrlModule,
    JourneyInsightsModule
  ]
})
export class ShowroomHeaderModule {}

results matching ""

    No results matching ""