Open palaciosdiego opened 6 years ago
you have to remove the ~ sign from web/src/styles.css:4 BEFORE: @import '~https://fonts.googleapis.com/icon?family=Material+Icons'; AFTER: @import 'https://fonts.googleapis.com/icon?family=Material+Icons';
ERROR in src/app/app.component.ts(24,15): error TS2304: Cannot find name 'module'. Getting this error in all components.
in the last step it shows an error:
ERROR in ./src/styles.css (./node_modules/raw-loader!./node_modules/postcss-loader/lib??embedded!./src/styles.css) Module build failed: Error: Can't resolve 'https://fonts.googleapis.com/icon?family=Material+Icons'