https://github.com/angular/angular
Raw File
Tip revision: 42c69d3ba6576c8a2244ac7958f4a1c7dfc19add authored by Matias Niemelä on 13 September 2017, 20:35:54 UTC
docs: add changelog for 5.0.0-beta.7
Tip revision: 42c69d3
package.json
{
  "name": "@angular/forms",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - directives and services for creating forms",
  "main": "./bundles/forms.umd.js",
  "module": "./esm5/index.js",
  "es2015": "./esm15/index.js",
  "typings": "./index.d.ts",
  "author": "angular",
  "license": "MIT",
  "dependencies": {
    "tslib": "^1.7.1"
  },
  "peerDependencies": {
    "@angular/core": "0.0.0-PLACEHOLDER",
    "@angular/common": "0.0.0-PLACEHOLDER",
    "@angular/platform-browser": "0.0.0-PLACEHOLDER"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git"
  }
}
back to top