angular/packages/core/src/render3
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
..
features refactor(ivy): combine contentQueries and contentQueriesRefresh functions (#28503) 2019-02-13 12:01:32 -08:00
interfaces refactor(ivy): combine contentQueries and contentQueriesRefresh functions (#28503) 2019-02-13 12:01:32 -08:00
jit fix(core): use the correct template URL in render3 JIT compilation (#28055) 2019-02-12 20:58:27 -08:00
styling feat(ivy): provide support for map-based host bindings for [style] and [class] (#28246) 2019-02-11 16:21:19 -08:00
assert.ts build: extract interface and util sub compilation from core (#28028) 2019-01-10 16:31:44 -08:00
bindings.ts fix(ivy): unify checkNoChanges logic with the view engine (#28366) 2019-01-25 14:22:57 -08:00
component.ts refactor(ivy): pass host into createLView explicitly (#28461) 2019-02-06 00:24:24 -05:00
component_ref.ts refactor(ivy): pass host into createLView explicitly (#28461) 2019-02-06 00:24:24 -05:00
context_discovery.ts refactor(ivy): revert onChanges change back to a feature (#28187) 2019-01-23 10:59:33 -08:00
definition.ts refactor(ivy): combine contentQueries and contentQueriesRefresh functions (#28503) 2019-02-13 12:01:32 -08:00
di.ts refactor(ivy): pass host into createLView explicitly (#28461) 2019-02-06 00:24:24 -05:00
di_setup.ts build: extract interface and util sub compilation from core (#28028) 2019-01-10 16:31:44 -08:00
discovery_utils.ts test: improve symbol-extractor test by ignoring $1 suffix (#28098) 2019-01-14 09:55:30 -08:00
empty.ts build: extract interface and util sub compilation from core (#28028) 2019-01-10 16:31:44 -08:00
errors.ts refactor(ivy): treate LView as the primary global state (#27282) 2018-11-29 21:26:15 -08:00
fields.ts refactor(ivy): create Injector interface; remove dependency on Ivy (#28066) 2019-01-11 16:24:03 -08:00
global_utils.ts docs(ivy): update global utils documentation references to window.ng 2019-01-31 12:52:24 -08:00
global_utils_api.ts fix(ivy): Implement remaining methods for DebugNode (#27387) 2018-12-04 19:58:25 -08:00
hooks.ts fix(ivy): init hooks should be called once and only once (#28239) 2019-01-25 14:31:23 -08:00
i18n.md refactor(ivy): treate LView as the primary global state (#27282) 2018-11-29 21:26:15 -08:00
i18n.ts refactor(ivy): remove unneeded detach property (#28595) 2019-02-07 16:56:37 -08:00
index.ts fix(ivy): Content Queries inheritance fix (#28324) 2019-01-28 19:59:00 -08:00
instructions.ts refactor(ivy): combine contentQueries and contentQueriesRefresh functions (#28503) 2019-02-13 12:01:32 -08:00
metadata.ts fix(ivy): TestBed should use annotation for the last match rather than the first (#28195) 2019-01-17 09:57:30 -08:00
ng_module_ref.ts feat(ivy): improve stacktrace for R3Injector errors (#28207) 2019-02-05 01:53:20 -05:00
node_assert.ts build: extract interface and util sub compilation from core (#28028) 2019-01-10 16:31:44 -08:00
node_manipulation.ts refactor(ivy): remove unneeded detach property (#28595) 2019-02-07 16:56:37 -08:00
node_selector_matcher.ts fix(ivy): ensure component/directive class selectors are properly understood (#27849) 2019-01-15 09:44:50 -08:00
PERF_NOTES.md docs: add Function Inlining rules to PERF_NOTES.md (#26876) 2018-11-01 13:47:34 -07:00
pipe.ts fix(ivy): pipe returning WrappedValue should invalidate correct binding (#28044) 2019-01-10 10:57:01 -08:00
players.ts build: extract interface and util sub compilation from core (#28028) 2019-01-10 16:31:44 -08:00
pure_function.ts fix(ivy): process creation mode deeply before running update mode (#27744) 2018-12-19 15:10:16 -05:00
query.ts fix(ivy): properly query root nodes of embedded views(shallow queries) (#28560) 2019-02-08 16:42:45 -08:00
state.ts fix(ivy): properly query root nodes of embedded views(shallow queries) (#28560) 2019-02-08 16:42:45 -08:00
STATUS.md feat(ivy): ICU support for Ivy (#26794) 2018-11-16 16:09:30 -08:00
STORING_METADATA_IN_D.TS.md docs(ivy): update status.md (#26382) 2018-10-12 09:01:41 -07:00
tokens.ts fix(ivy): ensure ngClass works with [class] bindings (#26559) 2018-10-24 20:27:12 -04:00
TREE_SHAKING.md docs(ivy): add feature principle doc (#21565) 2018-01-17 17:01:09 -08:00
util.ts refactor(ivy): pass host into createLView explicitly (#28461) 2019-02-06 00:24:24 -05:00
VIEW_DATA.md refactor(ivy): treate LView as the primary global state (#27282) 2018-11-29 21:26:15 -08:00
view_engine_compatibility.ts fix(ivy): support injecting ChangeDetectorRef on templates (#27565) 2019-02-13 09:46:53 -08:00
view_engine_compatibility_prebound.ts refactor(ivy): treate LView as the primary global state (#27282) 2018-11-29 21:26:15 -08:00
view_ref.ts fix(ivy): support checkNoChanges on embedded views (#28644) 2019-02-11 14:52:32 -08:00