i have used angular-cli systemjs , comfortable build process,test cases & component interaction.
recently upgraded angular-cli
angular-cli@webpack
.
but pretty confused following things:
- how webpack build process works?
- how can install third party libraries
lodash,ng2-bootstrap
etc webpack configuration cant seewebpack.config.ts
file. - why not show bundle contains js files of application?
- i can see typescript files of application..why?
thanks in advance.
- when u run
ng build
build , output files dist folder - just run
npm install 'external-dependency'
, you're go, import in files u need (and in app.module.ts) - u need run
ng build
first, see 1 - see 1
Comments
Post a Comment