loopbackCMS
loopbackCMS copied to clipboard
webpack: Failed to compile.
Hi... thanks for sharing this code.
Actually, I'm using AngularJS but I love CMS's end I love testing then.
So... I'm not using Angular 4 yet, but I want to test your CMS.
Can You help me?
That seem is angular material version issue,
in /src/scss/styles.scss
replace
@import '../../node_modules/@angular/material/core/theming/all-theme';
with
@import '~@angular/material/theming';
I'm back angular material to version 2.0.0-beta.2 and works... 2.0.0-beta.3 doesn't work.