We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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'
The text was updated successfully, but these errors were encountered:
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';
Sorry, something went wrong.
ERROR in src/app/app.component.ts(24,15): error TS2304: Cannot find name 'module'. Getting this error in all components.
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: