When I compile I get the following error:
- If ‘mat-card’ is an Angular component, then verify that it is part of this module.
- If ‘mat-card’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ‘@NgModule.schemas’ of this component to suppress this message. [plugin angular-compiler]
I imported everything correctly with app.module.ts I don’t know why I’m getting this?
My github:
https://github.com/chrisspenceratx/myFlix-Angular-client
New contributor
chrisspencer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.