Computer Science, asked by lochanachaudhari2001, 6 months ago

write a program to display name and address using MVC architecture in angular js​

Answers

Answered by ElegantAjad
7

Explanation:

MVC stands for Model View Controller. It is a software design pattern which is used to developing web applications.

Answered by Anonymous
9

Answer:

Model view controller is a software design pattern commonly used for developing user interfaces that divides the related program logic into three interconnected elements. This is done to separate internal representations of information from the ways information is presented to and accepted from the user.

Similar questions