Angular – Dynamic Component and Service Loading

This post describes how to implement lazy or dynamic component loading with angular, based on an Angular 10 demo implementation. In Angular applications, it is sometimes necessary to load components or services dynamically/lazily and asynchronously … Continue reading Angular – Dynamic Component and Service Loading