File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 5
5
"private" : true ,
6
6
"scripts" : {
7
7
"clean" : " ionic-app-scripts clean" ,
8
- "build" : " ionic-app-scripts build" ,
9
- "ionic:build" : " ionic-app-scripts build" ,
10
- "ionic:serve" : " ionic-app-scripts serve"
8
+ "build" : " ionic-app-scripts build"
9
+ },
10
+ "config" : {
11
+ "ionic_app_entry_point" : " src/app/web/main.ts" ,
12
+ "ionic_app_ng_module_path" : " src/app/app.module.ts" ,
13
+ "ionic_app_ng_module_class" : " AppModule"
11
14
},
12
15
"dependencies" : {
13
16
"@angular/common" : " 2.4.8" ,
Original file line number Diff line number Diff line change 1
1
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic' ;
2
2
3
- import { AppModule } from './app.module' ;
3
+ import { AppModule } from '.. /app.module' ;
4
4
5
5
platformBrowserDynamic ( ) . bootstrapModule ( AppModule ) ;
You can’t perform that action at this time.
0 commit comments