Draggable / formeo

Drag & Drop Form Builder
http://draggable.github.io/formeo/
MIT License
530 stars 198 forks source link

undefined events with angular #299

Open Baha2Odeh opened 3 years ago

Baha2Odeh commented 3 years ago

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

Screen Shot 2020-12-28 at 3 47 45 PM