I am designing a UI section using Angular Material but my browser does not reflects the code, specifically <mat-form-field></mat-form-field>. I have tried updating my angular and npm.
I took 3 approaches to solve it but the problem persists:
1.I used the ng update in the terminal which gave me the following result: "We analyzed your package.json and everything seems to be in order. Good work!"
2.npm update which resulted in "found 0 vulnerabilities".
3. I restarted my machine.