Currently working on a project using Angular 12, I'm wondering if there's a way to intercept calls to core methods like createComponent()
from ViewContainerRef
in the @angular/core
library. This would allow me to implement some aspect-oriented programming (AOP) functionalities.