After completing the generation of the browser application bundle in Intellij, I noticed that the HTML tags cannot be resolved anymore. What could be causing this issue?
I also discovered that if I don't include the AngularMaterialModule in the AppModule, all Angular Material HTML tags remain intact.
Compilation summary:
- @angular/cdk/accordion : es2015 as esm2015
- @angular/material/expansion : es2015 as esm2015
- @angular/common/http : es2015 as esm2015
- @angular/material/icon : es2015 as esm2015
- @angular/cdk/text-field : es2015 as esm2015
- @angular/material/input : es2015 as esm2015
- ... (additional compilation details)