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
* Currently ripples can be only disable component-wise. This isn't very elegant if users want to disable ripples for all components.
* This commit introduces a new `OpaqueToken`/ `InjectionToken` that can be used to globally disable all ripples.
* Makes the `tab-nav-bar` ripple directive more clean. Since Angular v2.3.0 (as we recently upgraded) the inherited metadata can be used.
For upcoming accessibility features (focus indicators) we don't want to allow developers to disable programmatic ripples.
0 commit comments