We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03fdc47 commit d8b401bCopy full SHA for d8b401b
1 file changed
projects/igniteui-angular-elements/src/app/custom-strategy.ts
@@ -1,4 +1,4 @@
1
-import { ApplicationRef, ComponentFactory, ComponentRef, EventEmitter, Injector, Type, ViewContainerRef } from '@angular/core';
+import { ApplicationRef, ComponentFactory, ComponentRef, DestroyRef, EventEmitter, Injector, QueryList, Type, ViewContainerRef, reflectComponentType } from '@angular/core';
2
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
3
import { NgElement, NgElementStrategyEvent } from '@angular/elements';
4
import { fromEvent, Observable } from 'rxjs';
0 commit comments