Angular material elements not recognized after update
I have an angular project inside a .net mvc c# solution, when I open my solution with Rider I see that all the elements, which use angular material are not being recognized, I get warning messages like “Unknown html tag mat-card-header”.
However, if I just open with Rider only the angular project folder then everything seems fine.
This started to happen after I updated to v.2023.3
What am I missing?
Please sign in to leave a comment.
Alexrobles8 Could you try to delete the
.ideafolder, reload the project, then removingnode_modulesand rerunnpm installin Rider?Could see some similar discussion in this thread:
RIDER-44892 Angular components and directives from libraries show as unknown HTML tags
Thank you! This fixed my problem.