angular-cn/packages
Vikram Subramanian d4b8b24406 fix(elements): prevent closure renaming of platform properties (#23843)
Closure compiler with type based optimizations has a bug where externs for inherited static fields are not being honored. For Angular Elements this meant that 'observedAttributes' static field which is marked as an extern for the base HTMLElement class was getting renamed.

This commit works around the bug by using quoted access of 'observedAttributes' that explicitly prevents the renaming.

PR Close #23843
2018-05-11 18:11:48 -04:00
..
animations fix(animations): do not throw errors when a destroyed component is animated (#23836) 2018-05-11 16:08:14 -04:00
bazel build: serve ivy todo app with real http-server (#23446) 2018-04-25 15:51:18 -07:00
benchpress build: update to rxjs@6.0.0 (#23679) 2018-05-03 10:53:39 -07:00
common style: remove empty comments (#23404) 2018-05-10 15:48:13 -07:00
compiler fix(compiler): generate constant array for i18n attributes (#23837) 2018-05-11 17:35:54 -04:00
compiler-cli style: remove empty comments (#23404) 2018-05-10 15:48:13 -07:00
core feat(ivy): support injectable sanitization service (#23809) 2018-05-11 16:43:43 -04:00
docs
elements fix(elements): prevent closure renaming of platform properties (#23843) 2018-05-11 18:11:48 -04:00
examples fix(common): titlecase pipe (#22600) 2018-03-23 13:42:51 -04:00
forms style: remove empty comments (#23404) 2018-05-10 15:48:13 -07:00
http build: update to rxjs@6.0.0 (#23679) 2018-05-03 10:53:39 -07:00
language-service style: remove empty comments (#23404) 2018-05-10 15:48:13 -07:00
platform-browser style: remove empty comments (#23404) 2018-05-10 15:48:13 -07:00
platform-browser-dynamic style: remove empty comments (#23404) 2018-05-10 15:48:13 -07:00
platform-server style: remove empty comments (#23404) 2018-05-10 15:48:13 -07:00
platform-webworker style: remove empty comments (#23404) 2018-05-10 15:48:13 -07:00
platform-webworker-dynamic style: remove empty comments (#23404) 2018-05-10 15:48:13 -07:00
router style: remove empty comments (#23404) 2018-05-10 15:48:13 -07:00
service-worker refactor(service-worker): sort manifest `url`/`hashTable` entries (#23586) 2018-05-09 11:51:22 -07:00
upgrade style: remove empty comments (#23404) 2018-05-10 15:48:13 -07:00
BUILD.bazel feat(bazel): introduce a binary stamping feature (#22176) 2018-02-15 14:08:53 -08:00
README.md Revert "docs: Remove unneeded file (#18106)" 2017-07-20 16:46:47 -05:00
empty.ts
es6-subset.d.ts build: switch from npm to yarn (#19328) 2017-09-22 13:20:52 -07:00
goog.d.ts fix(compiler): add typings for `COMPILED`. 2017-09-29 09:26:38 -07:00
license-banner.txt docs(common): update copyright years (#21232) 2018-01-04 17:45:36 -05:00
rollup.config.js refactor: make all rollup config ES5 compatible (#20028) 2017-10-30 23:09:17 -04:00
system.d.ts
tsconfig-build.json build: enable importHelpers in tsconfig (#22812) 2018-03-15 21:16:03 -07:00
tsconfig-metadata.json refactor(compiler): bump metadata version to 4 (#19338) 2017-09-26 13:31:59 -07:00
tsconfig.json feat(elements): add schematics (#23298) 2018-04-11 18:13:30 -07:00
types.d.ts perf(ivy): add performance counters in ngDevMode (#23385) 2018-05-01 10:27:40 -07: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