
Closes #13125 RxJS from beta-12 to rc.4, has removed the `cache` operator. (See https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md#breaking-changes-1) If your application relies on it, then we suggest that you use the one from this gist: https://gist.github.com/robwormald/19dea0c70a6e01aadced6731aed4f9f7
19 lines
414 B
JSON
19 lines
414 B
JSON
{
|
|
"name": "@angular/core",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular - the core framework",
|
|
"main": "bundles/core.umd.js",
|
|
"module": "index.js",
|
|
"typings": "index.d.ts",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"rxjs": "5.0.0-rc.4",
|
|
"zone.js": "^0.6.21"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git"
|
|
}
|
|
}
|