I didn't find any information anywhere how to use md-ripple from ng2 material.
Tried
<button md-ripple-foreground class="loginButton"></button>
or
<button md-ripple-fade-in class="loginButton"></button>
or
<button md-ripple class="loginButton"></button>
But none of them actually works. How to turn it on?
If you dont know how ripple works: https://codepen.io/Craigtut/pen/dIfzv
https://github.com/angular/material2/tree/master/src/lib/core/ripple
You have to define a
[mdRippleColor]
or a[mdRippleBackgroundColor]
in your element. Otherwise it defaults to the css background colour and you won't see any effect: