Every time I run Karma "ng test" for my project, an error keeps popping up:
Error message: Failed - Template parse errors: 'mat-card' is not a known element
Interestingly enough, the application seems to work perfectly fine with the mat-card tag when we use "ng serve". We are currently utilizing angular 6 and would greatly appreciate any guidance on resolving this issue.