Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 then I opened with netbeans 8.2. The problem is that I got some error compilation (Example: <input type="text" [(ngModel)] ="name" >). That's why I want to know if netbeans support angular 4 ? if yes, where can I find required libraries ?

Thanks

like image 528
Aguid Avatar asked Apr 23 '17 20:04

Aguid


1 Answers

You have to install Typescript plugin to netbeans. Follow this instructions: Typescript, Angular 2 and NetBeans IDE

Note that Angular 2 is fully compatible with Angular 4. So everything work with Angular 2 should work too for Angular 4.

like image 189
sabsab Avatar answered Sep 19 '22 16:09

sabsab