Article | REF: H3330 V1

Angular, the leader of a new generation of web frameworks

Author: Pierre POMPIDOR

Publication date: July 10, 2019, Review date: January 5, 2021

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!


Overview

Français

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 article

AUTHOR

  • 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.

You do not have access to this resource.

Exclusive to subscribers. 97% yet to be discovered!

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!


The Ultimate Scientific and Technical Reference

A Comprehensive Knowledge Base, with over 1,200 authors and 100 scientific advisors
+ More than 10,000 articles and 1,000 how-to sheets, over 800 new or updated articles every year
From design to prototyping, right through to industrialization, the reference for securing the development of your industrial projects

KEYWORDS

Component   |   Angular   |   web services   |   SPA


This article is included in

Software technologies and System architectures

This offer includes:

Knowledge Base

Updated and enriched with articles validated by our scientific committees

Services

A set of exclusive tools to complement the resources

Practical Path

Operational and didactic, to guarantee the acquisition of transversal skills

Doc & Quiz

Interactive articles with quizzes, for constructive reading

Subscribe now!

Ongoing reading
Angular