Angular
From APIDesign
(Difference between revisions)
m (Angular.js moved to Angular: Angular seems to be quite unique name) |
|||
Line 4: | Line 4: | ||
=== [[Angular]] 2.0 Syndrom === | === [[Angular]] 2.0 Syndrom === | ||
+ | |||
+ | [[Angular]] was quite successful | ||
+ | * backed by a huge company | ||
+ | * providing modern [[MVVM]] paradigm | ||
+ | * increased productivity thanks to testing being the primary focus |
Revision as of 04:24, 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.
Angular 2.0 Syndrom
Angular was quite successful
- backed by a huge company
- providing modern MVVM paradigm
- increased productivity thanks to testing being the primary focus