Definition – AngularJS is a MVC based JavaScript framework.
AngularJs coding is written in HTML AND JAVASCRIPT files(.html and .js files)
MVC of AngularJS –
- View, : is the HTML.
- Model, : is the data for view.
- Controller,: is the JavaScript function that controls the data.