I am using Visual Studio Code for Angular, VS code intelisense shows ng-model rather than ngModel. Do I need to update something or something else? Please tell the solution. Thanks
Asked
Active
Viewed 626 times
4
-
1Possible duplicate of [Angular 2 template intellisense in VS Code](https://stackoverflow.com/questions/40589915/angular-2-template-intellisense-in-vs-code) – Claies Oct 02 '17 at 10:40
-
its different question – Waleed Shahzaib Oct 02 '17 at 11:13
-
1can you post the code block? any errors at run time? have you tried reloading the VS window? does it function normally inside a stackblitz or plunker? – FussinHussin Oct 02 '17 at 18:11
1 Answers
4
Right now, it doesn't look like there's an extension for it, yet - likely due to gaps in the extension API which are currently in development.

Waleed Shahzaib
- 1,526
- 2
- 18
- 34