This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information