You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears it's not possible to use MCC on an older version of Angular. Due to dependency of other plugins that are not yet upgraded to Angular 9-10 we can't upgrade Angular. We're for the time being stuck on Angular 8. Unfortunately MCC seems to require Angular 10. That's a pity. Would increase its usability if it supported older versions as well.
The errors we get when running ng serve are all basically this:
TS1086: An accessor cannot be declared in an ambient context.
The solution, to uninstall MCC
The text was updated successfully, but these errors were encountered:
It appears it's not possible to use MCC on an older version of Angular. Due to dependency of other plugins that are not yet upgraded to Angular 9-10 we can't upgrade Angular. We're for the time being stuck on Angular 8. Unfortunately MCC seems to require Angular 10. That's a pity. Would increase its usability if it supported older versions as well.
The errors we get when running ng serve are all basically this:
TS1086: An accessor cannot be declared in an ambient context.
The solution, to uninstall MCC
The text was updated successfully, but these errors were encountered: