Tag Archives: State Management

Angular Single Page Application – TODOs

By | October 8, 2020

This post is going to walkthrough things to be considered when making design decisions on an Angular SPA application. Application Structure The application should be structured according to the recommendations from the official Angular documentation (https://angular.io/docs). We also want to have additional recommendations from NGRX documentation (https://ngrx.io/docs) for application structure. It is recommended to divide… Read More »