https://github.com/angular/angular
Raw File
Tip revision: af4eb00c9191f3eedfbb2b0bc6c471cd55f892a6 authored by Alex Eagle on 17 January 2018, 17:39:46 UTC
docs: add changelog for 5.2.1
Tip revision: af4eb00
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/forms.js",
  "es2015": "./esm2015/forms.js",
  "typings": "./forms.d.ts",
  "author": "angular",
  "license": "MIT",
  "dependencies": {
    "tslib": "^1.7.1"
  },
  "peerDependencies": {
    "rxjs": "^5.5.0",
    "@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