WebStorm is a lightweight yet powerful IDE, perfectly equipped for complex client-side development and server-side development with Node.js. Note: It’s a licensed commercial product from JetBrains.
It also provides integration with the AngularJS framework.
- Open the Settings dialog box, and click JavaScript Libraries.
- In the Libraries area, click the Add button.
- In the New Library dialog box that opens, specify the name of the library.
- Click the Add button
next to the list of library files and choose Attach Files or Attach Directory on the context menu, depending of whether you need separate files or an entire folder.
- Select the
Angular.js
orAngular.min.js
, or an entire directory in the dialog box that opens. WebStorm returns to the New Library dialog box where the Name read-only field shows the name of the selected files or folder. - In the Type field, specify which version you have downloaded and are going to add.
- If you added
Angular.js
, choose Debug. This version is helpful in the development environment, especially for debugging. - If you added the minified
Angular.min.js
, choose Release. This version is helpful in the production environment because the file size is significantly smaller.
- If you added
No comments:
Post a Comment