https://github.com/angular/angular
Raw File
Tip revision: 6e2a8a2ba44b95636d975a249d52ebadc80d8347 authored by Jason Aden on 13 December 2017, 19:43:12 UTC
docs: add changelog for 5.2.0-beta.0
Tip revision: 6e2a8a2
package.json
{
  "name": "@angular/common",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - commonly needed directives and services",
  "main": "./bundles/common.umd.js",
  "module": "./esm5/common.js",
  "es2015": "./esm2015/common.js",
  "typings": "./common.d.ts",
  "author": "angular",
  "license": "MIT",
  "dependencies": {
    "tslib": "^1.7.1"
  },
  "peerDependencies": {
    "rxjs": "^5.5.0",
    "@angular/core": "0.0.0-PLACEHOLDER"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git"
  }
}
back to top