angular2-fullstack-starter icon indicating copy to clipboard operation
angular2-fullstack-starter copied to clipboard

Needs to be updated for beta 7

Open sullivanpt opened this issue 8 years ago • 1 comments

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

sullivanpt avatar Mar 01 '16 03:03 sullivanpt

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.

jgodi avatar Mar 01 '16 13:03 jgodi