Angular 9: How to Lazy Load Components in template at defined placeholders

Angular 9: How to Lazy Load Components in template at defined placeholders.

Team: I am to load few components on scroll down in pre-defined placeholders in template. I am trying to use ViewChild, ViewContainerRef, ComponentFactoryResolver but facing lots of issues.

Can you post fiddle to your code so that it will be easy to look at