Build Size: Both apps had the same content and information and Angular 9 performed better in compressing all the build files, and produced the dist folder with all the processes file sizes whereas Angular 8 created larger build files , which means Angular 9 created less build file sizes when matched to Angular 8 …
Read moreDo you need a backend with Angular?
You can do everything in AngularJS on the front end. Which means you don’t need a backend database . However, like @MingShun mentioned, you do need some way of serving up your static files, such as your HTML, CSS, JS and images.
Read more