RicardoPhilippe

Results 5 comments of RicardoPhilippe

Hi! @noveltieng is almost right, instead add registerCallback in ngOnInit, put it on editor loaded method ;) I hope that code can help you! ` editorLoaded(): void { // load...

Are you using "encapsulation: ViewEncapsulation.ShadowDom"?

What provider are you using? Anyway, you have to create a "Cloud Provider Data Access Layer" using interface and create a implemetation for each Provider you wanna use, is that...