angular-cn/modules/@angular
Kara e8a1566065 fix(forms): support radio buttons with same name but diff parent (#11152)
Closes #10065
2016-08-29 17:49:42 -07:00
..
common fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
compiler refactor(compiler): replace `CompileIdentifierMap` with regular `Map` 2016-08-29 12:45:27 -07:00
compiler-cli refactor(compiler): replace `CompileIdentifierMap` with regular `Map` 2016-08-29 12:45:27 -07:00
core fix(closure): prevent closure renaming of testability interface (#11146) 2016-08-29 13:08:28 -07:00
docs chore(dependencies): switch from es6-shim to core-js (#10884) 2016-08-25 17:28:36 -07:00
examples refactor(example): refactor forward_ref example into a spec and unignore example specs (#11088) 2016-08-26 15:40:46 -07:00
facade fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
forms fix(forms): support radio buttons with same name but diff parent (#11152) 2016-08-29 17:49:42 -07:00
http fix(http): encode correct value for %3D (#9790) 2016-08-26 15:47:29 -07:00
platform-browser fix(closure): prevent closure renaming of testability interface (#11146) 2016-08-29 13:08:28 -07:00
platform-browser-dynamic fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
platform-server fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
router fix(UrlParser) stop setting default value 'true' (matrix params) (#10946) 2016-08-26 15:41:32 -07:00
upgrade fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
README.js.md
license-banner.txt

README.js.md

Angular2

The sources for this package are in the main Angular2 repo. Please file issues and pull requests against that repo. This is the repository for the upcoming 2.0 version. If you're looking for the current official version of Angular you should go to angular/angular.js

This package contains different sources for different users:

  1. The files located in the root folder can be consumed using CommonJS.
  2. The files under /es6 are es6 compatible files that can be transpiled to es5 using any transpiler. This contains:
    • dev/: a development version that includes runtime type assertions
    • prod/: a production version that does not include runtime type assertions
  3. The files under /ts are the TypeScript source files.

License: Apache MIT 2.0