angular-cn/modules/@angular/platform-server
Alex Rickabaugh 9559d3e949 feat(platform-server): support @angular/http from @angular/platform-server
This change installs HttpModule with ServerModule, and overrides bindings to
service Http requests made from the server with the 'xhr2' NPM package.

Outgoing requests are wrapped in a Zone macro-task, so they will be tracked
within the Angular zone and cause the isStable API to show 'false' until they
return. This is essential for Universal support of server-side HTTP.
2017-02-15 09:14:59 -08:00
..
src feat(platform-server): support @angular/http from @angular/platform-server 2017-02-15 09:14:59 -08:00
test feat(platform-server): support @angular/http from @angular/platform-server 2017-02-15 09:14:59 -08:00
testing chore(tslint): update tslint to 4.x (#13603) 2016-12-27 14:55:58 -08:00
index.ts fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00
package.json feat(platform-server): support @angular/http from @angular/platform-server 2017-02-15 09:14:59 -08:00
rollup-testing.config.js refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
rollup.config.js refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
tsconfig-build.json feat(platform-server): support @angular/http from @angular/platform-server 2017-02-15 09:14:59 -08:00
tsconfig-testing.json build: first pass of de-duplicating tsconfig.json content (#14369) 2017-02-09 14:32:40 -08:00