angular-cn/packages
Pete Bacon Darwin 85298e345d fix(ngcc): render new definitions using the inner name of the class (#33533)
When decorating classes with ivy definitions (e.g. `ɵfac` or `ɵdir`)
the inner name of the class declaration must be used.

This is because in ES5 the definitions are inside the class's IIFE
where the outer declaration has not yet been initialized.

PR Close #33533
2019-11-05 17:25:02 +00:00
..
animations
bazel feat(bazel): update @bazel/schematics to Bazel 1.0.0 (#33476) 2019-10-29 16:22:41 -07:00
benchpress
common docs(common): Remove async pipe from ngFor example (#33378) 2019-10-31 23:47:28 +00:00
compiler refactor(ivy): split `type` into `type`, `internalType` and `adjacentType` (#33533) 2019-11-05 17:25:01 +00:00
compiler-cli fix(ngcc): render new definitions using the inner name of the class (#33533) 2019-11-05 17:25:02 +00:00
core refactor(ivy): rename `tView.firstTemplatePass` to `tView.firstCreatePass` (#31270) 2019-11-04 21:39:23 +00:00
docs
elements
examples
forms docs(forms): Add a missing space (#33352) 2019-10-31 23:46:54 +00:00
http
language-service fix(language-service): Should not crash if expr ends unexpectedly (#33524) 2019-11-01 17:37:48 +00:00
localize fix(compiler): i18n - ignore `alt-trans` tags in XLIFF 1.2 (#33450) 2019-10-29 11:49:32 -07:00
platform-browser feat(ivy): implement unknown element detection in jit mode (#33419) 2019-11-04 15:59:10 +00:00
platform-browser-dynamic
platform-server
platform-webworker
platform-webworker-dynamic
private/testing
router
service-worker fix(service-worker): ensure initialization before handling messages (#32525) 2019-10-31 22:55:35 +00:00
upgrade refactor(upgrade): Drop unused imports (#33496) 2019-10-31 22:24:37 +00:00
zone.js fix(zone.js): work around TS3.7 issue (#33294) 2019-11-01 17:46:03 +00:00
BUILD.bazel
README.md
empty.ts
goog.d.ts
license-banner.txt
system.d.ts
tsconfig-build-no-strict.json
tsconfig-build.json
tsconfig-test.json
tsconfig.json
types.d.ts

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