Angular
From APIDesign
(Difference between revisions)
Line 1: | Line 1: | ||
- | [[wikipedia:AngularJS|Angular.js]] | + | [[wikipedia:AngularJS|Angular.js]] used to be 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 prefer [[Knockout.js]]. | 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]]. | ||
+ | |||
+ | === [[Angular]] 2.0 Syndrom === |
Revision as of 04:13, 24 August 2025
Angular.js used to be 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.