Answer Posted / Chandra Shekhar
AngularJS does not directly follow the MVC pattern, but it encourages developers to create applications using a similar structure. The Controller serves as the middleware between the Model and View layers. Instead of Controllers, AngularJS uses Services for managing application data and directives for creating reusable HTML components.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers