angular-cn/modules/@angular
Victor Berchet b867764b0d refactor(template): remove supporter deprecated `var` / `#` (#11084)
BREAKING CHANGES:

- `#` and `var` are not supported any more in expressions, use `let`,
- `var-<name>` could not be used any more on templates, use `let-<name>`,
- `var-<name>` could not be used any more to create a reference, use `ref-<name>`.
2016-08-25 15:21:33 -07:00
..
common refactor(common): rename UrlChangeEvent and UrlChangeListener to LocationChangeEvent and LocationChangeListener 2016-08-25 13:29:03 -07:00
compiler refactor(template): remove supporter deprecated `var` / `#` (#11084) 2016-08-25 15:21:33 -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 test: improve perfs by removing unneeded TestBed.compileComponents() calls (#11083) 2016-08-25 14:56:14 -07:00
docs docs(cheatsheet): update javascript sections (#11070) 2016-08-25 11:12:23 -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 fix(http): restructure exports so that we don't leak private factory functions (#11016) 2016-08-23 16:34:57 -07:00
platform-browser refactor: replace any[] with Provider[] where possible 2016-08-25 13:29:03 -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 refactor: replace any[] with Provider[] where possible 2016-08-25 13:29:03 -07:00
upgrade docs(upgrade): mark upgrade apis as stable 2016-08-25 13:29:03 -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
package.json repackaging: all the file moves 2016-05-01 20:51:00 -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