unlayer / angular-email-editor

Drag-n-Drop Email Editor Component for Angular
https://unlayer.com/embed
MIT License
200 stars 165 forks source link

How to reload custom tool data after init? #87

Open hoangcurious opened 2 years ago

hoangcurious commented 2 years ago

Currently, I can pass data to my custom tool following this guide: https://examples.unlayer.com/custom_tools/custom-tool-data But it only work if the data is hardcode and set in ngOnInit, I could not set new data (getting from api) to it. I have tried many solution but no luck, please give me some advices.