We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc5621 commit 16f7ed1Copy full SHA for 16f7ed1
nativescript-angular/platform.ts
@@ -16,7 +16,7 @@ import {CommonModule} from '@angular/common';
16
import {Provider} from '@angular/core';
17
import {NativeScriptRootRenderer, NativeScriptRenderer} from './renderer';
18
import {DetachedLoader} from "./common/detached-loader";
19
-import {ModalDialogService, ModalDialogHost} from "./directives/dialogs";
+import {ModalDialogHost} from "./directives/dialogs";
20
import {
21
Type,
22
Injector,
@@ -84,7 +84,6 @@ export interface AppOptions {
84
NativeScriptRenderer,
85
{provide: Renderer, useClass: NativeScriptRenderer},
86
{provide: Sanitizer, useClass: NativeScriptSanitizer},
87
- ModalDialogService,
88
],
89
entryComponents: [
90
DetachedLoader,
0 commit comments