I'm trying to integrate Material Design Lite @angular-mdl/core into the Angular project, but it doesn't works as expected. Namely, in my example there is basic button
element which includes ripple effect:
<button mdl-button
mdl-button-type="raised"
mdl-colored="accent"
mdl-ripple>Button</button>
Although the ripple effect works in official documentation page example, in my example it's not working. I even tried to follow the orders of attributes from the documentation. Still no luck.
What kind of magic I'm missing or doing wrong?
Any help would be appreciated!
Playground: https://stackblitz.com/edit/angular-ivy-pbzzmm