-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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