0
I have some doubts about the design of framework Angular
- The framework actually uses MVVM in full or only a few principles?
- Component is entirely a Viewmodel?
0
I have some doubts about the design of framework Angular
1
The framework actually uses MVVM in full or only a few principles?
There are controversies, some people think it is more or less, others say something quite different and that it is a CBA (Compoente Based Arqchitecture).
Component is entirely a Viewmodel?
No, a viewmodel is used by a component as a database to do what it knows how to do, as it is in MVVM. The viewmodel is used to make the Binding.
Browser other questions tagged angular pattern-design mvvm viewmodel
You are not signed in. Login or sign up in order to post.