Closed ghost closed 5 years ago
Are you using Angular 8 ? From 1.10.0 and up you need at least Angular 8...
Whoops, I totally missed that version upgrade the other day. I'll update to Angular 8.
Odd though that it let me install with no warnings on Angular 7. Either way, I'm good to go. Thanks!
I've confirmed that upgrading to Angular 8 fixes the issue. Apologies for the oversight, and thanks for the input!
I installed the latest version from npm (v1.10.1), and it had the following build errors:
I changed all instances of
ɵɵdefineInjectable
todefineInjectable
in fesm5/fate-editor.js, and it compiled with no issues. I don't have the repo set up, so I can't do a merge request right now.