Hello,
I'm trying to get the richtext editor to work. Project is in Angular 9 and has es5 as target. All i'm getting are these errors:
Can someone please help me identify the issue here?
Edit:
I narrowed the problem down. If I create a new project with angular 9 und set it to es5, it does work. But I found a reproduction sample in your forum https://www.syncfusion.com/downloads/support/forum/156857/ze/ng11ejs18_fba5163a which is set up with angular 11 and es5. Changing the target to es2015 or es2020 does solve the issue. But unfortunately in my companies angular 9 project, we can't change the target to es2015+. But maybe you guys can indentify why it's working on a fresh angular 9 - es5 project, but not on the angular 11 - es5 project.