This is an Angular Starter App with component and service generators using gulp for easy component development. Uses Karma-Mocha-Chai as testing suite and Babel Loader and Webpack for ES6
On initial clone, trying to make a new component, you have to npm install --save gulp-inject-string and npm install --save merge-stream before gulp component --name foo works.
On initial clone, trying to make a new component, you have to
npm install --save gulp-inject-string
andnpm install --save merge-stream
beforegulp component --name foo
works.