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?

0
2 comments

Alexrobles8 Could you try to delete the .idea folder, reload the project, then removing node_modules and rerun npm install in Rider?

Could see some similar discussion in this thread:

RIDER-44892 Angular components and directives from libraries show as unknown HTML tags

0

Thank you! This fixed my problem.

0

Please sign in to leave a comment.