angular/packages/core/src/linker
Kristiyan Kostadinov a3e17190e7 fix(core): allow EmbeddedViewRef context to be updated (#40360)
Currently `EmbeddedViewRef.context` is read-only which means that the only way to update
it is to mutate the object which can lead to some undesirable outcomes if the template
and the context are provided by an external consumer (see #24515).

These changes make the property writeable since there doesn't appear to be a specific
reason why it was readonly to begin with.

PR Close #40360
2021-02-23 08:14:01 -08:00
..
compiler.ts docs: fix typo (#40566) 2021-01-25 14:55:56 -08:00
component_factory.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
component_factory_resolver.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
element_ref.ts refactor(core): Remove the need for explicit static query instruction (#40091) 2021-01-14 13:55:02 -08:00
ng_module_factory.ts docs: clean up api doc in core (#37053) 2020-06-30 12:11:15 -07:00
ng_module_factory_loader.ts refactor(core): Remove circular dependency on render3 and ng_module (#39621) 2020-11-16 09:12:46 -08:00
ng_module_factory_registration.ts refactor(core): Remove circular dependency on render3 and ng_module (#39621) 2020-11-16 09:12:46 -08:00
query_list.ts refactor(core): Remove the need for explicit static query instruction (#40091) 2021-01-14 13:55:02 -08:00
system_js_ng_module_factory_loader.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
template_ref.ts refactor(core): Cleanup circular dependency between ViewEngine and Ivy TemplateRef. (#39621) 2020-11-16 09:12:45 -08:00
view_container_ref.ts fix(core): memory leak if view container host view is destroyed while view ref is not (#40219) 2021-01-08 09:45:12 -08:00
view_ref.ts fix(core): allow EmbeddedViewRef context to be updated (#40360) 2021-02-23 08:14:01 -08:00