Can i get template of a component dynamically in angular 12?

Viewed 16

I want to get the actual template of a component dynamically so that i will be able to disable my structural directive "ngIf" I've loaded component dynamically but cannot getting the template I got the template from ɵcmp but that is processed html not the actual html written in angular I got comment at the plate of ngif

0 Answers
Related