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-bootstrapetc webpack configuration cant seewebpack.config.tsfile. - why not show bundle contains js files of application?
- i can see typescript files of application..why?
thanks in advance.
- when u run
ng buildbuild , 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 buildfirst, see 1 - see 1
Comments
Post a Comment