Open Baha2Odeh opened 3 years ago
i am trying to get it work with angular using this way ngOnInit(): void { this.editor = new FormeoEditor({ editorContainer: '#formeo-wrap', }); }
ngOnInit(): void { this.editor = new FormeoEditor({ editorContainer: '#formeo-wrap', }); }
but the events are not working
Uncaught TypeError: Cannot read property 'formeoLoaded' of undefined Uncaught TypeError: Cannot read property 'onUpdate' of undefined Uncaught TypeError: Cannot read property 'onSave' of undefined
Uncaught TypeError: Cannot read property 'formeoLoaded' of undefined
Uncaught TypeError: Cannot read property 'onUpdate' of undefined
Uncaught TypeError: Cannot read property 'onSave' of undefined
i am trying to get it work with angular using this way
ngOnInit(): void { this.editor = new FormeoEditor({ editorContainer: '#formeo-wrap', }); }
but the events are not working
Uncaught TypeError: Cannot read property 'formeoLoaded' of undefined
Uncaught TypeError: Cannot read property 'onUpdate' of undefined
Uncaught TypeError: Cannot read property 'onSave' of undefined