Month: December 2022

Angular Dynamic Component in Material Dialog with Dependencies

In my previous article I discussed how to dynamically lazy-load a standalone component at runtime into an Angular Material dialog. But, what if that standalone component has service dependencies, needs external configuration, or needs to communicate with the host dialog in some way? Let’s see several ways of solving those challenges. Here is the starting …

Angular Dynamic Component in Material Dialog with Dependencies Read More »