angular/packages/animations/browser/src
dario-piotrowicz b417370383 fix(animations): enable shadowElements to leave when their parent does (#46459)
when a component uses the shadowDom view encapsulation its children are
not rendered as normal HTML children of the element but they are
insterted in the element's shadowRoot, this causes the leave of the
element not to be normally propagated to the shadow child elements, fix
such issue

resolves #46450

PR Close #46459
2022-06-23 13:49:12 -07:00
..
dsl refactor(animations): include pushUnrecognizedPropertiesWarning in ngDevMode check (#45591) 2022-04-11 21:06:03 +00:00
render fix(animations): enable shadowElements to leave when their parent does (#46459) 2022-06-23 13:49:12 -07:00
browser.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
error_helpers.ts refactor(common): align tree shakable error messages to the new format (#46382) 2022-06-16 09:32:44 -07:00
errors.ts perf(animations): made errors in the animations package tree shakeable (#45004) 2022-02-09 11:43:42 -08:00
private_export.ts perf(animations): improve algorithm to balance animation namespaces (#45057) 2022-02-16 13:48:51 -08:00
util.ts feat(animations): provide warnings for non-animatable CSS properties (#45212) 2022-03-21 14:33:19 -07:00
warning_helpers.ts refactor(animations): include pushUnrecognizedPropertiesWarning in ngDevMode check (#45591) 2022-04-11 21:06:03 +00:00