[AngularJS] 開發環境準備

這陣子在專案使用AngularJS開發程式,並在Nuget引用了相關套件,例:AngularJs、ng-grid、定義檔等.......,避免日後記憶衰退忘光光,將用到的整理如下:

1.AngularJS

完整的AngularJS檔案下,並包含其他模組,例:Route、Cookie...等
image

2.AngularJS-UI與Bootstrap整合

image
官網:http://angular-ui.github.io/

3.ng-grid

功能強大的grid,支援sort、filter、groupby、pagging等...,更好用的是透過它提供的事件、方法,可以輕易在Web上作到如Excel的編輯方式
image
官網:http://angular-ui.github.io/ng-grid/

4.TypeScript定義檔

開發AngulrJS透過與TypeScript的整合,在撰寫時可以享有intellisense支援及型別檢查等
搜尋:angular tag:typescript
image
搜尋:ng-grid tag:typescript
image

參考文章

黑大NG系列-使用TypeScript
http://blog.darkthread.net/post-2014-06-16-angularjs-notes-3-use-typescript.aspx

這個網誌中的熱門文章

IIS 設定只允許特定IP進入