jgodi / angular2-fullstack-starter

Angular2 Full Stack with ES6, Webpack, Express, Node, Karma, Protractor, ESLint
33 stars 12 forks source link

Needs to be updated for beta 7 #7

Open sullivanpt opened 8 years ago

sullivanpt commented 8 years ago

Thanks for building this; lots of good tips buried in the code.

However, it doesn't run out of the box. Things I've encountered so far:

http-proxy not defined: solution is to add it to package.json: npm install --save-dev http-proxy

hot reload doesn't rebuild. work around is to manually: npm run build:dev

home#onInit never called. solution is to rename the method ngOnInit.

Http.get().map is not defined. solution is to import more operators in bootstrap.js http://stackoverflow.com/a/35043949

jgodi commented 8 years ago

I will be working on this over the weekend. Thanks for the list. I no longer use the webpack version, I use the express-compile branch. I will get all that updated and add a bit more features like code coverage, testing of HTTP and Routing, etc and merged into master too.