What is Angular?

How Angular Differs from Traditional Websites

Traditional Websites Angular
Traditional Websites have a browser request an HTML page from a website from a server Angular applications are designed to send the entire site upon request, so there are no further requests made to the server.
The has the advantage of being super fast and responsive
Traditional Websites would process a template (eg. JSP) and Data to create the HTML page Angular is already going to have that pages deigned even if the Data appears later
The data is requested from the server using an architecture such as REST

Setting Up a Project


Revision #1
Created 16 April 2022 23:40:14 by Elkip
Updated 16 April 2022 23:40:55 by Elkip