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 »