https://github.com/angular/angular
Raw File
Tip revision: 84fc1a3663f9e008ebcfee4e3826da6bf93d7e55 authored by Igor Minar on 16 April 2018, 08:00:31 UTC
docs: add changelog for the 4.4.7 release
Tip revision: 84fc1a3
package.json
{
  "name": "@angular/core",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - the core framework",
  "main": "./bundles/core.umd.js",
  "module": "./@angular/core.es5.js",
  "es2015": "./@angular/core.js",
  "typings": "./core.d.ts",
  "author": "angular",
  "license": "MIT",
  "dependencies": {
    "tslib": "^1.7.1"
  },
  "peerDependencies": {
    "rxjs": "^5.0.1",
    "zone.js": "^0.8.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git"
  }
}
back to top