I am getting the following error in my Angular 6 app
Could not find Angular Material core theme. Most Material components may not work as expected. For more info refer to the theming guide: https://material.angular.io/guide/theming
I have imported the following theme in my app.component.css
but I am still getting this error on browser's console
@import url("../../node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css");