Posts

Difference between Angular 2, Angular 4 and Angular 5

Image
AngularJS is an open source Model-View-Controller framework which is relatable to the JavaScript  framework. Angular JS is probably one of the most trendy modern day web frameworks available today. This framework is used for developing mostly Single Page applications. This framework has been developed by a group of developers from Google itself. Because of the sheer support of Google and ideas from a wide community forum, the framework is always kept up to date. Also, it always incorporates the latest development trends in the market. AngularJS Architecture Angular.js follows the MVC architecture, the diagram of the MVC framework as shown below. The Controller represents the layer that has the business logic. User events trigger the functions which are stored inside your controller. The user events are part of the controller. Views are used to represent the presentation layer which is provided to the end users Models are used to represent your data. The...