How can I use Angular 4 with NetBeans?

I am using netbeans as editor for my angular 4 application. I created my first application using angular CLI and then opened with netbeans 8.2. The problem is I got some compilation errors (example:) <input type="text" [(ngModel)] ="name" >

. This is why I want to know if netbeans supports angular 4? if so where can i find the required libraries?

thank

+3


source to share


1 answer


You need to install the Typescript plugin in netbeans. Follow these instructions: Typescript, Angular 2 and NetBeans IDE



Please note that Angular 2 is fully compatible with Angular 4. So anything that works with Angular 2 should work for Angular 4 too.

+5


source







All Articles