dependencies dependencies cluster_FooterModule cluster_FooterModule_declarations cluster_FooterModule_exports FooterComponent FooterComponent FooterModule FooterModule FooterComponent->FooterModule FooterComponent FooterComponent FooterModule->FooterComponent

File

src/app/footer/footer.module.ts

Description

The footer module

Declarations

Exports

import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';

import { footerModuleComponents } from './index';

/**
 * The footer module
 */
@NgModule({
    imports: [BrowserModule],
    declarations: [...footerModuleComponents],
    exports: [FooterComponent],
    schemas: [NO_ERRORS_SCHEMA]
})
export class FooterModule {}

results matching ""

    No results matching ""