Logo
Back

The AngularJS/ Angular framework

Published on

April 06, 2021

Reading time

minutes

Tags

#Blogartikel #Blogreihe Javascript Frameworks #Javascript #Technologie

AngularJS is an open source javascript framework. Designed for making applications with only one page. 


The goal is to extend MVC-based browser applications and simplify testing and development. The framework works with HTML that contains additional user-defined attributes described by statements. At the same time, it binds the input or output of a page area to a model that is regular JavaScript variables. The values of these variables are set manually or retrieved from static or dynamic JSON data. 

About AngularJS

AngularJS was developed in 2009 by Mishko Hevery and Adam Abrons of Brat Tech LLC as software for the Megabyte JSON storage service to facilitate enterprise application development. The service was hosted on the domain GetAngular.com and had several registered users before they decided to abandon the business idea and release Angular as an open source library. Abrons left the project, but Hevery, who works at Google, continues to develop and maintain the library with Google colleagues Igor Minar and Vojta Gene. 
 
In March 2014, development of AngularJS 2.0 was announced. The new version was written from scratch in TypeScript and was very different from the previous one. Therefore, it was later decided to develop it as a separate framework called Angular. Angular 2 was published on September 15, 2016, while the first version evolved separately as AngularJS. 
 
In July 2012, the Angular team released a plug-in for the Google Chrome browser called Batarang, which simplifies debugging Angular-based web applications. The extension makes it easier to identify bottlenecks and provides a graphical interface for debugging applications. 
 

Philosophy at Angular

AngularJS was developed with the belief that declarative programming is best for creating user interfaces and describing software components, while imperative programming is great for describing business logic. The framework adapts and extends traditional HTML to provide bidirectional data binding for dynamic content that automatically synchronizes the model and view. As a result, AngularJS reduces the role of DOM manipulation and improves testability. 
 

Development Goals

  • Separate DOM manipulation from application logic, improving code testability. 
  • Treat testing as an important part of development. The complexity of testing is directly related to the structure of the code.  
  • Separation of client and server side, allowing parallel development. 
  • Guides the developer through the entire path of building an application: from designing the user interface to writing business logic to testing. 
 
Angular adheres to the MVC design pattern and promotes loose coupling between presentation, data, and component logic. With dependency injection, Angular brings classic server-side services like view-dependent controllers to the client side. Consequently, the load on the server decreases and the web application becomes lighter. 

 
 

See all the articles in the JavaScript Frameworks blog series here:

Our blog

Related articles

just make it simple

Jevrejska 1 Banja Luka 78000 Bosnia & Herzegovina

Mon - Fri 8:30 - 17:00

Copyright ©  2024 asioso. All Rights Reserved.