angular-cn/modules/@angular/language-service
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 fix: build and test fixes for TS 2.1 (#13294) 2017-02-08 11:32:40 -06:00
test refactor(animations): introduce @angular/animation module (#14351) 2017-02-10 14:10:03 -06:00
index.ts feat(language-service): support TS2.2 plugin model 2017-01-09 15:00:40 -05:00
package.json docs: branding fixes (#14132) 2017-01-27 15:03:11 -06:00
rollup.config.js refactor(build): fix build location of compiler-cli esm module (#13212) 2016-12-02 15:19:52 -08:00
tsconfig-build.json feat(platform-server): support @angular/http from @angular/platform-server 2017-02-15 09:14:59 -08:00