angular2-packaging
angular2-packaging copied to clipboard
I managed to adapt this started template to the project I'm currently working on. Both work correctly: - gulp serve-dev - gulp serve-build However I can't manage to set **production...
**Issues**: - with result Gulp I had to add gulp.task('default', ['app-bundle', 'vendor-bundle']); - only 2 files are generated in ./dist : vendors.min.js (this seems ok), app.min.js (which is **short** but...
You need to import the firebase service to your app component to see the firebase error. so far your not using the firebase test service so your not seeing the...
 When run npm run tsc I get lots of ES6 shim errors in git bash