Friday, October 6, 2017

What is angular JS and why we use?

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





No comments:

Post a Comment