How to use ngx-modal-dialog - 1 common examples

To help you get started, we’ve selected a few ngx-modal-dialog examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github exceptionless / Exceptionless.UI / src / app / app.module.ts View on Github external
LockerModule,
        Ng2UiAuthModule.forRoot(AUTH_CONFIG),
        HotkeyModule.forRoot(),
        Angulartics2Module.forRoot(),
        TranslateModule.forRoot({
            loader: {
                provide: TranslateLoader,
                useFactory: HttpLoaderFactory,
                deps: [HttpClient]
            }
        }),
        IntercomModule.forRoot({
            appId: environment.INTERCOM_APPID
        }),
        LoadingBarRouterModule,
        ModalDialogModule.forRoot(),
        Daterangepicker,
        NgxStripeModule.forRoot(environment.STRIPE_PUBLISHABLE_KEY)
    ],
    providers: [
        AuthGuardService,
        OrganizationService,
        FilterService,
        {
            provide: HTTP_INTERCEPTORS,
            useClass: TokenInterceptor,
            multi: true
        },
        ThousandSuffixPipe,
        {
          provide: ErrorHandler,
          useClass: ExceptionlessErrorHandler

ngx-modal-dialog

Dynamic modal dialog for Angular

MIT
Latest version published 3 years ago

Package Health Score

52 / 100
Full package analysis

Popular ngx-modal-dialog functions