Fresh simple HTTP examples using angular2
This is a great starter for getting straight to the Angular 2 http services and not dealing with any of the setup. In the webpack.config.js, I've added (bcause I have 8080 default port on use):
devServer: { inline:true, port:8008 }
- Starting point:
- If you don't have webpack-dev-server install it with npm install -g webpack-dev-server
- Then:
npm install npm run start
- The Angular application is found in the
app/directory