Tag:angular
All the articles with the tag "angular".
Doing Internalization in Angular
A step-by-step guide to internationalization (i18n) in Angular - installing @angular/localize, marking content for translation, extracting messages, and building per-locale bundles.
Unveiling Global State Management in Angular using Signals with LocalStorage
How to build global state management in Angular using Signals with LocalStorage persistence, organized in a store directory with state, actions, and getters.