dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_FooterModule cluster_FooterModule_declarations cluster_FooterModule_imports cluster_FooterModule_exports FooterComponent FooterComponent FooterModule FooterModule FooterComponent->FooterModule FooterRegionComponent FooterRegionComponent FooterRegionComponent->FooterModule SocialMediaFooterSideComponent SocialMediaFooterSideComponent SocialMediaFooterSideComponent->FooterModule FooterComponent FooterComponent FooterModule->FooterComponent DxaEntityModule DxaEntityModule DxaEntityModule->FooterModule DxaFieldsModule DxaFieldsModule DxaFieldsModule->FooterModule

File

app/dxa/dxa-entity/views/footer/footer.module.ts

import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { FooterComponent } from './footer.component';
import { SocialMediaFooterSideComponent } from './social-media-footer-side/social-media-footer-side.component';
import { DxaFieldsModule } from 'src/app/dxa/dxa-fields/dxa-fields.module';
import { DxaEntityModule } from '../../dxa-entity.module';
import { FooterRegionComponent } from './footer-region/footer-region.component';
import { RouterModule } from '@angular/router';

@NgModule({
	declarations: [
		FooterComponent,
		SocialMediaFooterSideComponent,
		FooterRegionComponent
	],
	imports: [
		CommonModule,
		DxaFieldsModule,
		DxaEntityModule,
		RouterModule
	],
	entryComponents: [
		FooterComponent,
		SocialMediaFooterSideComponent
	],
	exports: [
		FooterComponent
	]
})
export class FooterModule { }

result-matching ""

    No results matching ""