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
i have angular 17 fresh project , when add buttons and dropdowns on index.html everything works fine however when i add same into angular component (or dynamically created content) it seems ripples and dropdowns does not work its like events are bound when all content is loaded. i tested the same with older mdb version 4.x on that only ripples were working again dropdowns were not opening .
i have angular 17 fresh project , when add buttons and dropdowns on index.html everything works fine however when i add same into angular component (or dynamically created content) it seems ripples and dropdowns does not work its like events are bound when all content is loaded. i tested the same with older mdb version 4.x on that only ripples were working again dropdowns were not opening .
this is my index.html file of angular 17 project
index.html
app.component.html
i get no ripple and no dropdown although css does work properly as expected its just javascript which is not working
i have tested Accordion and its working fine even on dynamically loaded content.
The text was updated successfully, but these errors were encountered: