Angular Framework Introduction
.......................................................................................................................................................................
before study this first you learn JS and Jquery:-
https://www.shivatutorials.com/search/label/JAVASCRIPT
https://www.shivatutorials.com/search/label/Jquery
It is a javascript framework which provides an MVC design pattern to develop dynamic web application using HTML and JavaScript Object.
MVC means Model, View, and Controller, it is used to distribute the project on different project layer.
Angular JS-Support JavaScript code structure to write Business Code.
The flow of MVC:-
MVC flow is the opposite of there name.
The First Controller module will be loaded then View will be loaded after that model object will be integrated.
Controller
View Model
Controller:- It is used to provide routing and business code of an application using Javascript.
we will write JavaScript code to create a controller
View:- HTML web page will work to implement View,it will provide a dynamic User interface to bind Html data to the model object.
Model:- it contains data of the application and shows into view.
Angular provides an angular plugin which contains angular libraries to use angular functionality.
Difference between Angular Js and Angular:-
Angular Js is the initial version of angular it is also called angular 1.0.
It uses Javascript to write code and it is fully dependent on HTML documents.
It provides MVC design patterns to develop dynamic applications but it is not compatible with mobile application development.
hence Angular Js 2.0,4.0,5.0,6.0,7.0 and 8.0 version has been released which uses TypeScript (Object-Oriented JavaScript ) to write code and it is completely depend on Module and Component-based architecture.
MVC means Model, View, and Controller, it is used to distribute the project on different project layer.
Angular JS-Support JavaScript code structure to write Business Code.
The flow of MVC:-
MVC flow is the opposite of there name.
The First Controller module will be loaded then View will be loaded after that model object will be integrated.
Controller
View Model
Controller:- It is used to provide routing and business code of an application using Javascript.
we will write JavaScript code to create a controller
View:- HTML web page will work to implement View,it will provide a dynamic User interface to bind Html data to the model object.
Model:- it contains data of the application and shows into view.
Angular provides an angular plugin which contains angular libraries to use angular functionality.
Difference between Angular Js and Angular:-
Angular Js is the initial version of angular it is also called angular 1.0.
It uses Javascript to write code and it is fully dependent on HTML documents.
It provides MVC design patterns to develop dynamic applications but it is not compatible with mobile application development.
hence Angular Js 2.0,4.0,5.0,6.0,7.0 and 8.0 version has been released which uses TypeScript (Object-Oriented JavaScript ) to write code and it is completely depend on Module and Component-based architecture.
POST Answer of Questions and ASK to Doubt