dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_PromptDialogModule cluster_PromptDialogModule_declarations cluster_PromptDialogModule_imports cluster_PromptDialogModule_exports PromptDialogComponent PromptDialogComponent PromptDialogModule PromptDialogModule PromptDialogComponent->PromptDialogModule PromptDialogComponent PromptDialogComponent PromptDialogModule->PromptDialogComponent MaterialModule MaterialModule MaterialModule->PromptDialogModule TranslateLibModule TranslateLibModule TranslateLibModule->PromptDialogModule

File

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

import {NgModule} from '@angular/core';
import {CommonModule} from '@angular/common';
import {FormsModule} from '@angular/forms';
import {FlexLayoutModule} from '@angular/flex-layout';
import {MaterialModule} from '../../../material/material.module';
import {PromptDialogComponent} from './prompt-dialog.component';
import {TranslateLibModule} from '../../../translate/translate-lib.module';


@NgModule({
    declarations: [
        PromptDialogComponent
    ],
    exports: [
        PromptDialogComponent
    ],
    imports: [
        CommonModule,
        MaterialModule,
        FormsModule,
        FlexLayoutModule,
        TranslateLibModule
    ]
})
export class PromptDialogModule {
}

result-matching ""

    No results matching ""