Visual Studio intellisense code shows ng model, not ngModel

I am using Visual Studio code for Angular, the intelisense VS code shows ng-model , not ngModel . Do I need to update something or something else? Please tell me the solution. Thanks

+4
source share
1 answer

It currently does not look like an extension for it, but most likely due to gaps in the extension APIs that are currently under development.

+3
source

Source: https://habr.com/ru/post/1686746/


All Articles