File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
apps/nativescript-demo-ng/src Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 11import {
22 bootstrapApplication ,
3- NativeDialogModule ,
43 provideNativeScriptHttpClient ,
54 provideNativeScriptNgZone ,
65 provideNativeScriptRouter ,
@@ -10,10 +9,9 @@ import { Trace } from '@nativescript/core';
109
1110// import { AppModule } from './app/app.module';
1211import { withInterceptorsFromDi } from '@angular/common/http' ;
13- import { importProvidersFrom } from '@angular/core' ;
1412import { setWindowBackgroundColor } from '@nativescript/core/utils/ios' ;
15- import { routes } from './app/app.routes' ;
1613import { AppComponent } from './app/app.component' ;
14+ import { routes } from './app/app.routes' ;
1715
1816Trace . enable ( ) ;
1917Trace . setCategories ( 'ns-route-reuse-strategy,ns-router' ) ;
@@ -27,7 +25,6 @@ runNativeScriptAngularApp({
2725 providers : [
2826 provideNativeScriptHttpClient ( withInterceptorsFromDi ( ) ) ,
2927 provideNativeScriptRouter ( routes ) ,
30- importProvidersFrom ( NativeDialogModule ) ,
3128 provideNativeScriptNgZone ( ) ,
3229 ] ,
3330 } ) ;
You can’t perform that action at this time.
0 commit comments