angular-cn/modules/@angular
Alex Eagle dc6f72e963 fix(closure): replace property accesses (#11078)
Accessing a property on the window object must be done with square brackets.
Otherwise closure compiler may collide the symbol's alias between the property
and variable mappings.
Also, accessing the 'provide' property must be done with dot syntax, so that
it can be renamed along with the code that declares such a property.
2016-08-25 11:12:06 -07:00
..
common docs(DatePipe): add AM/PM designator in description #10998 2016-08-23 11:57:41 -07:00
compiler feat(animations): make sure animation callback reports the totalTime (#11022) 2016-08-24 16:55:00 -07:00
compiler-cli feature(ngc): allow codegen to skip over .d.ts inputs (#11021) 2016-08-23 16:26:35 -07:00
core fix(closure): replace property accesses (#11078) 2016-08-25 11:12:06 -07:00
docs docs(router): Added additional router documentation including cheatsheet updates (#10802) 2016-08-19 15:48:09 -07:00
examples test: fix existing tests by removing usage of obsolete stuff like component level directives, AsyncCompleter and TestComponentBuilder 2016-08-23 09:59:00 -07:00
facade fix(pipes): remove bidi control chars (#10870) 2016-08-18 13:31:33 -07:00
forms feat(forms): add support for disabled controls (#10994) 2016-08-24 16:58:43 -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 fix(closure): replace property accesses (#11078) 2016-08-25 11:12:06 -07:00
platform-browser-dynamic fix(core): Share private types through an exported interface. (#11009) 2016-08-23 16:18:11 -07:00
platform-server fix(core): Share private types through an exported interface. (#11009) 2016-08-23 16:18:11 -07:00
router fix(router): canLoad should cancel a navigation instead of failing it (#11001) 2016-08-24 10:20:44 -07:00
upgrade refactor(core): remove deprecated @Component.directives and @Component.pipes 2016-08-23 09:59:00 -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