Month: April 2019

Synchronization of State in Dynamic Angular Components

In this video, I go through a common trap when dealing with state synchronization in dynamic and nested presentation components when developing Angular apps. The solution is to use reactive inputs which will give you the best of both worlds and make sure you still are keeping the clean smart/dumb component architecture. If you liked …

Synchronization of State in Dynamic Angular Components Read More »

The Monorepo Blueprint – How to Create a Scalable Architecture for an Angular Monorepo

This article will teach you how to create a scalable architecture for an Angular monorepo. The principles here can be applied to any front end monorepo, as they are based on universal best practices for getting a scalable and maintainable architecture. But first, what should a good Angular architecture do? Separate UI from business logic …

The Monorepo Blueprint – How to Create a Scalable Architecture for an Angular Monorepo Read More »