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
feat(ripple): expose ripple directive in template (#3165)
* When programmatically calling `launch` on the ripple element the developer can specifiy a configuration object.
Since the `launch` method is part of the directive and all the associated `@Input`s. The given configuration should be used as default.
* Exposes the ripple component instance to the Angular template.
0 commit comments