TODO: Newsletter

Scalable & Modular Angular application with NX
Intro Angular is a fantastic framework that helps you to split your codebase into different contexts. But if your codebase grows, the CLI’s time for building or serving your …

Controlling Angular Animations Programmatically
Animations play an important role in user experience. Not only do they add a level of polish to your website, but they also have practical applications. They’re pretty common, …

Why Angular signals won’t replace RxJs
After the Angular team shared news about introducing signals in Angular 16, it was all the entire community could talk about. With everyone having that level of interest and …

Angular Signals RxJS Interop From a Practical Example
Signals are Angular’s new reactive primitive that will improve the way we develop Angular Apps and the Developer’s Experience. It will also make a big difference in the change …

Angular augmenting native elements
We build new components every day in our Angular application. A few core principles, such as augmenting native elements or utilising the directive selector, could help develop fantastic components. …

Angular Signals: A New Feature in Angular 16
The implementation of signals into version 16 of Angular is another groundbreaking change that has been introduced recently. Angular signals affect many key aspects, such as data flow, change …

Angular 16: What’s new?
Angular is gaining momentum we’ve never seen before. In the intro of the last article of this series, we pointed out that both Angular 14 and 15 introduced a …

All you need to know to jumpstart with NGXS
I bet you’ve already heard/read about state management. If not, I bet again that you want your applications to be easier to maintain/extend. Of course, having state management in …

Can we fully trust HTML sanitizers and how to work without them?
Sanitizers are libraries responsible for protecting our applications from Cross Site Scripting (XSS) attacks. They are used when we need to render HTML code stored as a simple string. …

NX + Angular Elements – case study
Introduction What if we are assigned to a project that is working very well in production, but the technology behind it is considered ‘obsolete’ and we want to replace …