https://github.com/angular/angular
Raw File
Tip revision: 579bed1a7a438684f96e075df255fe7a3f810f36 authored by Jason Aden on 31 January 2018, 20:47:02 UTC
docs: add changelog for 5.2.3
Tip revision: 579bed1
package.json
{
  "name": "@angular/core",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - the core framework",
  "main": "./bundles/core.umd.js",
  "module": "./esm5/core.js",
  "es2015": "./esm2015/core.js",
  "typings": "./core.d.ts",
  "author": "angular",
  "license": "MIT",
  "dependencies": {
    "tslib": "^1.7.1"
  },
  "peerDependencies": {
    "rxjs": "^5.5.0",
    "zone.js": "^0.8.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git"
  }
}
back to top