https://github.com/angular/angular
Raw File
Tip revision: 73261a8b7080b03caff1ee813f791bdb72668937 authored by Igor Minar on 21 March 2018, 04:37:12 UTC
docs: add changelog for 6.0.0-rc.0
Tip revision: 73261a8
package.json
{
  "name": "@angular/common/http",
  "typings": "./http.d.ts",
  "main": "../bundles/common-http.umd.js",
  "module": "../fesm5/http.js",
  "es2015": "../fesm2015/http.js",
  "esm5": "../esm5/http/http.js",
  "esm2015": "../esm2015/http/http.js",
  "fesm5": "../fesm5/http.js",
  "fesm2015": "../fesm2015/http.js",
  "sideEffects": false
}
back to top