Wednesday, September 6, 2017

What IDEs you can use for AngularJS development?

AngularJS development can be done with the help of following IDEs:

1. Visual Studio 2012, 2013, 2015 or higher

2. Eclipse

3. WebStorm

4. Sublime Text

5. TextMate

No comments:

Post a Comment

What is restrict option in directive?

The restrict option in angular directive, is used to specify how a directive will be invoked in your angular app i.e. as an attribute, class...