You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
fix(show-hide): account for multiple directives on the same element
To support show/hide with custom breakpoints, we globally cache the display settings for each nativeElement as use
that as the default display value. In this way multiple show/hide directives can 'share' the correct default value.
0 commit comments