angular-cn/modules/@angular
Victor Berchet 4398056146 fix(compiler): fix transpiled ES5 code (#13322)
fixes #13301

The inner class would transpile to a nested function declaration which is not
allowed in ES5.

See http://eslint.org/docs/rules/no-inner-declarations
2016-12-08 15:02:59 -08:00
..
benchpress feat: update RxJS peer dependency to 5.0.0-rc.4 2016-11-29 16:27:33 -08:00
common fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00
compiler fix(compiler): fix transpiled ES5 code (#13322) 2016-12-08 15:02:59 -08:00
compiler-cli chore(release): update version of tsc-wrapped to 0.4.2 2016-12-07 13:54:22 -08:00
core fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00
docs docs(cheatsheet): correct HostBinding decorator example (#13206) 2016-12-05 10:25:40 -08:00
examples Keep `console.log` that are not called during compilation. 2016-11-23 15:47:02 -08:00
facade fix(facade): cache original format string (#12764) 2016-12-05 10:26:59 -08:00
forms fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00
http fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00
language-service fix(language-service): do not throw for invalid metadata (#13261) 2016-12-06 17:11:09 -08:00
platform-browser fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00
platform-browser-dynamic fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00
platform-server fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00
platform-webworker fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00
platform-webworker-dynamic fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00
router fix(router): Use T type in Resolve interface (#13242) 2016-12-08 11:24:38 -08:00
upgrade fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00
README.md docs: update README.md for npm packages 2016-09-14 17:14:02 -07:00
license-banner.txt build: remove JS suffix from the license banner 2016-09-13 21:48:58 -07:00
router-license-banner.txt fix(router): add a banner file for the router (#12919) 2016-11-16 09:17:19 -08:00

README.md

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

License: MIT