There are some problems with my Visual Studio 2015, actually with Intellisense. It doesn’t recognize angular syntax. For example if I try to write *ngFor, or *ngIf, or [style.margin.px] I am not getting any hints from Intellisense, but when I manually write the code and run it, everything works fine. I’ve tried to install AngularIntellisense from NGPM, nothing changed. I have all the latest updates for VS 2015. Any solution for this?
相关问题
- Angular RxJS mergeMap types
- npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs
- How to update placeholder text in ng2-smart-table?
- How to instantiate Http service in main.ts manuall
- Angular: ngc or tsc?
相关文章
- angular脚手架在ie9+下兼容问题
- angular 前端项目 build 报错 "Cannot find module 'le
- Angular Material Stepper causes mat-formfield to v
- After upgrade to Angular 9 cannot find variable in
- is there any difference between import { Observabl
- Suppress “Circular dependency detected” suppress w
- How can you get current positional information abo
- Angular material table not showing data
You can use visual Studio code. It provides the Intellisense for many languages . It is actually very good for angularjs development . You just need to install the extensions as per your need such as Material design , boot strap, JShint, CSS, AngularJS etc.
You can download form here: https://code.visualstudio.com/ You can also user SUBLIME editor