dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_JourneyInsightsModule cluster_JourneyInsightsModule_imports cluster_JourneyInsightsModule_declarations cluster_JourneyInsightsModule_exports JourneyInsightsComponent JourneyInsightsComponent JourneyInsightsModule JourneyInsightsModule JourneyInsightsComponent->JourneyInsightsModule JourneyPageHierarchyComponent JourneyPageHierarchyComponent JourneyPageHierarchyComponent->JourneyInsightsModule JourneyInsightsComponent JourneyInsightsComponent JourneyInsightsModule->JourneyInsightsComponent NormalizeUrlModule NormalizeUrlModule NormalizeUrlModule->JourneyInsightsModule

File

libs/common/ui/src/journey-insights/insights.module.ts

import { NormalizeUrlModule } from '@allianz/taly-common';
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { ReactiveFormsModule } from '@angular/forms';
import { NxButtonModule } from '@aposin/ng-aquila/button';
import { NxCopytextModule } from '@aposin/ng-aquila/copytext';
import { NxGridModule } from '@aposin/ng-aquila/grid';
import { NxHeadlineModule } from '@aposin/ng-aquila/headline';
import { NxIconModule } from '@aposin/ng-aquila/icon';
import { JourneyInsightsComponent } from './insights.component';
import { JourneyPageHierarchyComponent } from './page-hierarchy/page-hierarchy.component';
import { NxTreeModule } from '@aposin/ng-aquila/tree';
import { NxActionModule } from '@aposin/ng-aquila/action';

@NgModule({
  declarations: [JourneyInsightsComponent, JourneyPageHierarchyComponent],
  exports: [JourneyInsightsComponent],
  imports: [
    CommonModule,
    ReactiveFormsModule,
    NxButtonModule,
    NxIconModule,
    NxGridModule,
    NxHeadlineModule,
    NormalizeUrlModule,
    NxCopytextModule,
    NxTreeModule,
    NxActionModule
  ]
})
export class JourneyInsightsModule {}

results matching ""

    No results matching ""