Angular JS is client side java script framework to create the single page web application.
If follows the MVC design pattern
M- Model It is entity having multiple properties
V-View It is like HTML or template
C-Controller It's a javascript object and here we'll write business logic.
Angular JS engine-> communicate->Html->Process template->load template
If follows the MVC design pattern
M- Model It is entity having multiple properties
V-View It is like HTML or template
C-Controller It's a javascript object and here we'll write business logic.
Angular JS engine-> communicate->Html->Process template->load template