File tree 1 file changed +1
-4
lines changed
apps/nativescript-demo-ng/src
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
import {
2
2
bootstrapApplication ,
3
- NativeDialogModule ,
4
3
provideNativeScriptHttpClient ,
5
4
provideNativeScriptNgZone ,
6
5
provideNativeScriptRouter ,
@@ -10,10 +9,9 @@ import { Trace } from '@nativescript/core';
10
9
11
10
// import { AppModule } from './app/app.module';
12
11
import { withInterceptorsFromDi } from '@angular/common/http' ;
13
- import { importProvidersFrom } from '@angular/core' ;
14
12
import { setWindowBackgroundColor } from '@nativescript/core/utils/ios' ;
15
- import { routes } from './app/app.routes' ;
16
13
import { AppComponent } from './app/app.component' ;
14
+ import { routes } from './app/app.routes' ;
17
15
18
16
Trace . enable ( ) ;
19
17
Trace . setCategories ( 'ns-route-reuse-strategy,ns-router' ) ;
@@ -27,7 +25,6 @@ runNativeScriptAngularApp({
27
25
providers : [
28
26
provideNativeScriptHttpClient ( withInterceptorsFromDi ( ) ) ,
29
27
provideNativeScriptRouter ( routes ) ,
30
- importProvidersFrom ( NativeDialogModule ) ,
31
28
provideNativeScriptNgZone ( ) ,
32
29
] ,
33
30
} ) ;
You can’t perform that action at this time.
0 commit comments