Aguid
Aguid

Reputation: 1043

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

Upvotes: 5

Views: 16100

Answers (1)

alsabsab
alsabsab

Reputation: 1311

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.

Upvotes: 7

Related Questions