Angular.js
From APIDesign
(Difference between revisions)
(New page: Angular.js is a popular JavaScript framework which focuses on testability (being driven by Mr. Hevery) and separation of model from the actual [[H...) |
|||
Line 1: | Line 1: | ||
[[wikipedia:AngularJS|Angular.js]] is a popular [[JavaScript]] framework which focuses on testability (being driven by [[Singleton|Mr. Hevery]]) and separation of model from the actual [[HTML]] (just like [[Knockout.js]] does). | [[wikipedia:AngularJS|Angular.js]] is a popular [[JavaScript]] framework which focuses on testability (being driven by [[Singleton|Mr. Hevery]]) and separation of model from the actual [[HTML]] (just like [[Knockout.js]] does). | ||
- | While [[Knockout.js]] is focused and lightweight framework, [[Angular.js]] tries to solve everything (sort of like [[Spring]] in [[Java]]) - you either need to use it all, or none. As a result the [[Bck2Brwsr]] project decided to | + | While [[Knockout.js]] is focused and lightweight framework, [[Angular.js]] tries to solve everything (sort of like [[Spring]] in [[Java]]) - you either need to use it all, or none. As a result the [[Bck2Brwsr]] project decided to prefer [[Knockout.js]]. |
Current revision
Angular.js is a popular JavaScript framework which focuses on testability (being driven by Mr. Hevery) and separation of model from the actual HTML (just like Knockout.js does).
While Knockout.js is focused and lightweight framework, Angular.js tries to solve everything (sort of like Spring in Java) - you either need to use it all, or none. As a result the Bck2Brwsr project decided to prefer Knockout.js.