This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +2
-5
lines changed
upgrade-phonecat-2-hybrid/ts
resources/images/cookbooks/third-party-lib Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 2525 "build:cli" : " ng build --no-progress" ,
2626 "serve:cli" : " http-server dist/" ,
2727 "build:aot" : " ngc -p tsconfig-aot.json && rollup -c rollup-config.js" ,
28- "build:aot:jit" : " npm run build:aot && npm run tsc" ,
2928 "serve:aot" : " lite-server -c bs-config.aot.json" ,
3029 "start:webpack" : " webpack-dev-server --inline --progress --port 8080" ,
3130 "test:webpack" : " karma start karma.webpack.conf.js" ,
Original file line number Diff line number Diff line change 2626
2727 // other libraries
2828 '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'
3130 } ,
3231 // packages tells the System loader how to load when no filename and/or no extension
3332 packages : {
Original file line number Diff line number Diff line change 1616 "compileOnSave" : true ,
1717 "exclude" : [
1818 " node_modules/*" ,
19- " **/*-aot.ts" ,
20- " app-aot"
19+ " **/*-aot.ts"
2120 ]
2221}
You can’t perform that action at this time.
0 commit comments