tiaguinho / material-community-components

:panda_face: Angular Material Components created from the community

Home Page:https://tiaguinho.github.io/material-community-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MCC does not work with older versions of Angular

jolle-c opened this issue · comments

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

What version of typescript do you use? It seems like the problem is related to newer typescript feature not being supported.