File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 77 */
88
99import {
10- TemplateRef ,
11- ViewContainerRef ,
12- ElementRef ,
10+ Binding ,
1311 ComponentRef ,
12+ ElementRef ,
1413 EmbeddedViewRef ,
1514 Injector ,
16- Binding ,
15+ TemplateRef ,
16+ ViewContainerRef ,
1717} from '@angular/core' ;
1818import {
19- throwNullPortalOutletError ,
20- throwPortalAlreadyAttachedError ,
2119 throwNoPortalAttachedError ,
2220 throwNullPortalError ,
21+ throwNullPortalOutletError ,
22+ throwPortalAlreadyAttachedError ,
2323 throwPortalOutletAlreadyDisposedError ,
2424 throwUnknownPortalTypeError ,
2525} from './portal-errors' ;
2626
27- /** Interface that can be used to generically type a class. */
27+ /**
28+ * Interface that can be used to generically type a class.
29+ *
30+ * @deprecated Use Type<T> from @angular/core instead.
31+ */
2832export interface ComponentType < T > {
2933 new ( ...args : any [ ] ) : T ;
3034}
You can’t perform that action at this time.
0 commit comments