dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_AlertModule cluster_AlertModule_declarations cluster_AlertModule_exports AlertComponent AlertComponent AlertModule AlertModule AlertComponent->AlertModule AlertComponent AlertComponent AlertModule->AlertComponent

File

src/app/shared/alert/alert.module.ts

Declarations

Exports

import { NgModule } from '@angular/core';
import { MatIconModule } from '@angular/material/icon';
import { IqbComponentsModule } from 'iqb-components';
import { CommonModule } from '@angular/common';
import { AlertComponent } from './alert.component';

@NgModule({
  imports: [
    MatIconModule,
    IqbComponentsModule,
    CommonModule
  ],
  exports: [
    AlertComponent
  ],
  declarations: [AlertComponent]
})
export class AlertModule { }

result-matching ""

    No results matching ""