dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_FooterModule cluster_FooterModule_declarations cluster_FooterModule_exports FooterComponent FooterComponent FooterModule FooterModule FooterComponent->FooterModule FooterComponent FooterComponent FooterModule->FooterComponent

File

src/app/components/footer/footer.module.ts

Declarations

Exports

import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { MatIconModule } from '@angular/material/icon';
import { MatButtonModule } from '@angular/material/button';
import { MatMenuModule } from '@angular/material/menu';
import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
import { FooterComponent } from './footer.component';

@NgModule({
  declarations: [FooterComponent],
  imports: [CommonModule, MatIconModule, MatButtonModule, MatMenuModule, FontAwesomeModule],
  exports: [FooterComponent],
})
export class FooterModule {}

results matching ""

    No results matching ""