microsoft / vs-ng-language-service

Visual Studio extension for the Angular Language Service
MIT License
43 stars 15 forks source link

Materials tag in HTML is highlighted as error from Angular Language Service #33

Closed yj91git closed 1 year ago

yj91git commented 2 years ago

mat-slider tag is highlighted as error in HTML file: image

Imported MatSliderModule in AppModule: image

tsconfig.json image

Using Angular 13.0.0 in VSCode version 1.62.1

simo996 commented 2 years ago

I'm sorry but I have mistaken this repository for the VSCode one

Hello. I'm experiencing the same issue even if I'm using a different component library (Ionic).

  • VSCode version1.31.0
  • Project built on Angular 13
  • Angular Language service extension 0.900.5 image

To clarify: the issue is that VSCode hightlights as an error the components used even if bundling is correct (no problem whatsover when ng serve or ng build)

MariaSolOs commented 1 year ago

Closing this as it isn't a problem with the VS extension.