This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree 4 files changed +2
-5
lines changed
upgrade-phonecat-2-hybrid/ts
resources/images/cookbooks/third-party-lib
4 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 25
25
"build:cli" : " ng build --no-progress" ,
26
26
"serve:cli" : " http-server dist/" ,
27
27
"build:aot" : " ngc -p tsconfig-aot.json && rollup -c rollup-config.js" ,
28
- "build:aot:jit" : " npm run build:aot && npm run tsc" ,
29
28
"serve:aot" : " lite-server -c bs-config.aot.json" ,
30
29
"start:webpack" : " webpack-dev-server --inline --progress --port 8080" ,
31
30
"test:webpack" : " karma start karma.webpack.conf.js" ,
Original file line number Diff line number Diff line change 26
26
27
27
// other libraries
28
28
'rxjs' : 'npm:rxjs' ,
29
- 'angular-in-memory-web-api' : 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js' ,
30
- 'hero-profile' : 'npm:hero-profile/bundles/hero-profile.umd.js'
29
+ 'angular-in-memory-web-api' : 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js'
31
30
} ,
32
31
// packages tells the System loader how to load when no filename and/or no extension
33
32
packages : {
Original file line number Diff line number Diff line change 16
16
"compileOnSave" : true ,
17
17
"exclude" : [
18
18
" node_modules/*" ,
19
- " **/*-aot.ts" ,
20
- " app-aot"
19
+ " **/*-aot.ts"
21
20
]
22
21
}
You can’t perform that action at this time.
0 commit comments