https://github.com/angular/angular
Raw File
Tip revision: 62a8618536d836f7cacc109e54b9d3bbdf2bf817 authored by Jason Aden on 10 May 2017, 22:44:28 UTC
docs: add changelog for 4.1.2
Tip revision: 62a8618
package.json
{
  "name": "@angular/common",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - commonly needed directives and services",
  "main": "./bundles/common.umd.js",
  "module": "./@angular/common.es5.js",
  "es2015": "./@angular/common.js",
  "typings": "./common.d.ts",
  "author": "angular",
  "license": "MIT",
  "peerDependencies": {
    "@angular/core": "0.0.0-PLACEHOLDER"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git"
  }
}
back to top