Does Angular use the MVVM?

Asked

Viewed 144 times

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?

1 answer

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

You are not signed in. Login or sign up in order to post.