dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_HighlightedContentModule cluster_HighlightedContentModule_declarations cluster_HighlightedContentModule_imports cluster_HighlightedContentModule_providers HighlightedContentMainCardsComponent HighlightedContentMainCardsComponent HighlightedContentModule HighlightedContentModule HighlightedContentMainCardsComponent->HighlightedContentModule HighlightedContentMainComponent HighlightedContentMainComponent HighlightedContentMainComponent->HighlightedContentModule HighlightedContentMainWithoutImageComponent HighlightedContentMainWithoutImageComponent HighlightedContentMainWithoutImageComponent->HighlightedContentModule DxaEntityModule DxaEntityModule DxaEntityModule->HighlightedContentModule DxaFieldsModule DxaFieldsModule DxaFieldsModule->HighlightedContentModule SharedModule SharedModule SharedModule->HighlightedContentModule HighlightedContentService HighlightedContentService HighlightedContentService->HighlightedContentModule
import { NgModule } from '@angular/core';
import { DxaFieldsModule } from 'src/app/dxa/dxa-fields/dxa-fields.module';
import { HighlightedContentMainComponent } from './highlighted-content-main/highlighted-content-main.component';
import { HighlightedContentMainCardsComponent } from './highlighted-content-main-cards/highlighted-content-main-cards.component';
import { HighlightedContentMainWithoutImageComponent } from './highlighted-content-main-without-image/highlighted-content-main-without-image.component';
import { CommonModule } from '@angular/common';
import { DxaEntityModule } from '../../dxa-entity.module';
import { SharedModule } from 'src/app/shared/shared.module';
import { HighlightedContentService } from './highlighted-content.service';
import { RouterModule } from '@angular/router';

@NgModule({
	imports: [
		CommonModule,
		DxaFieldsModule,
		DxaEntityModule,
		SharedModule,
		RouterModule
	],
	declarations: [
		HighlightedContentMainComponent,
		HighlightedContentMainCardsComponent,
		HighlightedContentMainWithoutImageComponent,
	],
	providers: [
		HighlightedContentService
	],
	entryComponents: [
		HighlightedContentMainComponent,
		HighlightedContentMainCardsComponent,
		HighlightedContentMainWithoutImageComponent
	]
})
export class HighlightedContentModule { }

result-matching ""

    No results matching ""