angular-cn/packages
Andrew Kushnir 39d0311e4e refactor(ivy): combine contentQueries and contentQueriesRefresh functions (#28503)
Prior to this update we had separate contentQueries and contentQueriesRefresh functions to handle creation and update phases. This approach was inconsistent with View Queries, Host Bindings and Template functions that we generate for Component/Directive defs. Now the mentioned 2 functions are combines into one (contentQueries), creation and update logic is separated with RenderFlags (similar to what we have in other generated functions).

PR Close #28503
2019-02-13 12:01:32 -08:00
..
animations
bazel fix(bazel): Turn on strict action env (#28675) 2019-02-13 09:52:51 -08:00
benchpress feat: optionally save complete performance log in chrome benchpress tests (#27551) 2019-02-05 23:35:32 -05:00
common docs: add di-related api doc (#27731) 2019-02-13 11:57:37 -08:00
compiler refactor(ivy): combine contentQueries and contentQueriesRefresh functions (#28503) 2019-02-13 12:01:32 -08:00
compiler-cli refactor(ivy): combine contentQueries and contentQueriesRefresh functions (#28503) 2019-02-13 12:01:32 -08:00
core refactor(ivy): combine contentQueries and contentQueriesRefresh functions (#28503) 2019-02-13 12:01:32 -08:00
docs
elements
examples fix(ivy): ngOnChanges should be inherited from super class (#28563) 2019-02-11 16:22:31 -08:00
forms
http
language-service fix(compiler): markup lexer should not capture quotes in attribute value (#28055) 2019-02-12 20:58:27 -08:00
platform-browser test(ivy): turn on passing test in platform-browser (#28604) 2019-02-07 16:46:34 -08:00
platform-browser-dynamic refactor(compiler): wrap the jit evaluation in an injectable class (#28055) 2019-02-12 20:58:27 -08:00
platform-server fix(ivy): throw on bindings to unknown properties (#28537) 2019-02-07 12:37:32 -08:00
platform-webworker fix(ivy): WorkerAppModule should be an APP_ROOT (#28544) 2019-02-06 14:05:53 -05:00
platform-webworker-dynamic
private/testing build: run playground e2e examples with bazel (#28490) 2019-02-04 16:51:11 -05:00
router refactor(router): change RouterLinkActive impl to account for upcoming ivy breaking change (#28560) 2019-02-08 16:42:45 -08:00
service-worker
upgrade test(upgrade): change flaky test to not be affected by other tests (#28617) 2019-02-08 09:27:02 -08:00
BUILD.bazel
README.md
empty.ts
goog.d.ts
license-banner.txt
rollup.config.js
system.d.ts
tsconfig-build.json
tsconfig-test.json
tsconfig.json
types.d.ts build: switch to typescript's es2015 typings (#28570) 2019-02-06 14:17:55 -05: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