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
Hi, It only automatically applies ripple effect to the elements having ripple according to bootstrap material design project (based on CSSselectors) as you can see here
One option is what you mentioned (Which is why I added such a directive) another quick dirty hack would be to override that directive (Copy-pasta) and include the selectors you prefer.
A proper way would be to expose those selector map using the config service just like the error map, or make them injectable values. (I recently moved cross country it'll take sometime for me to do that)
Hi
Look this example:
lang.component.html:
It's seems, it's not possible to apply a ripple on the
<ul><li>
which is in the<lang>
component.I don't have the effect, how can I do ?
Thank you
Edit: Simple warkaround is to write:
abm-component=""
on each li or ul but I want to avoid this if possibleThe text was updated successfully, but these errors were encountered: