dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_AlertDialogModule cluster_AlertDialogModule_exports cluster_AlertDialogModule_imports cluster_AlertDialogModule_declarations AlertDialogComponent AlertDialogComponent AlertDialogModule AlertDialogModule AlertDialogComponent->AlertDialogModule AlertDialogComponent AlertDialogComponent AlertDialogModule->AlertDialogComponent MaterialModule MaterialModule MaterialModule->AlertDialogModule

File

projects/netgrif-components-core/src/lib/dialog/components/alert-dialog/alert-dialog.module.ts

import {NgModule} from '@angular/core';
import {CommonModule} from '@angular/common';
import {FormsModule} from '@angular/forms';
import {AlertDialogComponent} from './alert-dialog.component';
import {FlexLayoutModule} from '@angular/flex-layout';
import {MaterialModule} from '../../../material/material.module';


@NgModule({
    declarations: [
        AlertDialogComponent
    ],
    exports: [
        AlertDialogComponent
    ],
    imports: [
        CommonModule,
        MaterialModule,
        FormsModule,
        FlexLayoutModule
    ]
})
export class AlertDialogModule {
}

result-matching ""

    No results matching ""