palcarazm/bootstrap5-toggle

Is it usable to angular 13

Closed this issue · 3 comments

Is it usable to angular 13? I am trying to use it my angular 13 project but not working. can you help me?

Hi! 👋
Thanks for your issue. You are helping to improve Bootstrap 5 toggle.

Hi,

The plugin is vanilla JavaScript so it will not work with the dom dynamic render of angular or react. You should destroy the google instance and construct the toggle instance with the js api each time the component is dismounted and mounted

Refers #128