https://github.com/angular/angular
Raw File
Tip revision: 9cb5964b4dc9e9c220beaa3733584c4336b08d83 authored by Hans Larsen on 12 April 2017, 21:49:29 UTC
docs: add changelog for 4.1.0-beta.1
Tip revision: 9cb5964
package.json
{
  "name": "@angular/forms",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - directives and services for creating forms",
  "main": "./bundles/forms.umd.js",
  "module": "./@angular/forms.es5.js",
  "es2015": "./@angular/forms.js",
  "typings": "./forms.d.ts",
  "author": "angular",
  "license": "MIT",
  "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