import { Type, NgModuleRef } from "@angular/core"; export type ComponentWithNgModuleRef = { component: Type; ngModuleRef: NgModuleRef; };