angular-cn/modules/@angular
Victor Berchet 0a053a4cd5 fix(i18n): Currency/Date/Number pipe use injected locale (#11093) 2016-08-26 09:16:01 -07:00
..
common fix(i18n): Currency/Date/Number pipe use injected locale (#11093) 2016-08-26 09:16:01 -07:00
compiler refactor: remove various leftover unused or deprecated code (#11091) 2016-08-26 09:12:27 -07:00
compiler-cli refactor(forms): remove FORM_PROVIDERS, FORM_DIRECTIVES, REACTIVE_FORM_PROVIDERS, REACTIVE_DIRECTIVES 2016-08-25 13:29:03 -07:00
core refactor: remove various leftover unused or deprecated code (#11091) 2016-08-26 09:12:27 -07:00
docs chore(dependencies): switch from es6-shim to core-js (#10884) 2016-08-25 17:28:36 -07:00
examples refactor: replace any[] with Provider[] where possible 2016-08-25 13:29:03 -07:00
facade fix(pipes): remove bidi control chars (#10870) 2016-08-18 13:31:33 -07:00
forms fix(forms): fix conflicting getter name (#11081) 2016-08-25 14:56:31 -07:00
http chore(dependencies): switch from es6-shim to core-js (#10884) 2016-08-25 17:28:36 -07:00
platform-browser refactor: rename SanitizationService to Sanitizer and DomSanitizationService to DomSanitizer (#11085) 2016-08-25 15:41:19 -07:00
platform-browser-dynamic refactor: replace any[] with Provider[] where possible 2016-08-25 13:29:03 -07:00
platform-server refactor: replace any[] with Provider[] where possible 2016-08-25 13:29:03 -07:00
router chore(dependencies): switch from es6-shim to core-js (#10884) 2016-08-25 17:28:36 -07:00
upgrade refactor: remove various leftover unused or deprecated code (#11091) 2016-08-26 09:12:27 -07:00
README.js.md repackaging: all the file moves 2016-05-01 20:51:00 -07:00
license-banner.txt chore(package.json): make the packages installable 2016-05-27 17:21:34 -07:00

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