Overview
ABSTRACT
In the field of software frameworks for creating web applications, Angular is the leader of a new generation combining the implementation of web services and components. Thus, thanks to Angular, the browser loads the entire structure of the application when it first connects to the server, with subsequent transactions only performing effective updates. The second essential point is the creation of components, which together with the modules, not only allow a very high modularity and reusability of the codes, but also represent a powerful extension of the HTML language. These two aspects are illustrated via some code previews of an example of a merchant site.
Read this article from a comprehensive knowledge base, updated and supplemented with articles reviewed by scientific committees.
Read the articleAUTHOR
-
Pierre POMPIDOR: Senior lecturer in computer science - University of Montpellier / LIRMM (Montpellier Computing, Robotics and Microelectronics Laboratory)
INTRODUCTION
Angular is a software framework created by Google in 2016 . It enables the development of web applications, which are computer applications displayed in a browser, using programs and data hosted on remote machines (called servers). While a framework leaves the developer free to implement the functionalities he or she wishes, it imposes a precise structuring of the various programs to be created. Angular, for its part, implements two major advances in software engineering: the use of web services, and consequently the creation of so-called single-page applications, and the implementation of components.
The aim of this article is to explain the benefits of web services and components, illustrated by the creation of an embryonic application which, once a user has authenticated, would display the list of products on sale on a merchant site.
It's important to point out that this article is about Angular (now in version 8) and not AngularJS, an early and now obsolete version of Google's framework.
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!
KEYWORDS
Component | Angular | web services | SPA
Angular
Article included in this offer
"Software technologies and System architectures"
(
227 articles
)
Updated and enriched with articles validated by our scientific committees
A set of exclusive tools to complement the resources
Bibliography
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!