trimox / angular-mdc-web

Angular wrapper for Material Design (Web) Components
https://trimox.github.io/angular-mdc-web
MIT License
517 stars 86 forks source link

Stackblitz Template examples not working #2253

Open asntcrz opened 4 years ago

asntcrz commented 4 years ago

I am trying to upgrade from Angular 8 to 9, and I am not able to have angular-mdc working. Compilation runs but the components are not loaded in the web.

Exactly as it happens in your example: https://stackblitz.com/edit/angular-jv31zs (Not sure if everyone sees exactly the same, which it should be) image

I also tried to figure out what was happening using the basic template, enabling all components, installing all dependencies, etc. and I still get the very basic Button and checkbox, not the "material" ones (raised, etc..) https://stackblitz.com/edit/angular-mdc image

Could you please provide a stackblitz example with working components? WIth for example the package.json from this other example (again not working properly for me): https://stackblitz.com/edit/angular-zgcqlh

Thanks for the effort

dagema1 commented 4 years ago

got the same problem here too