https://github.com/angular/angular
Raw File
Tip revision: 4064cbe94544e421e3af1c5c76a63347637c8c3e authored by Miško Hevery on 16 November 2017, 22:04:25 UTC
docs: add changelog for 5.1.0-beta.1
Tip revision: 4064cbe
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