@colijnit/corecomponents_v12 261.20.2 → 261.20.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/colijnit-corecomponents_v12-261.20.2.tgz +0 -0
- package/colijnit-corecomponents_v12-261.20.3.tgz +0 -0
- package/fesm2022/colijnit-corecomponents_v12.mjs +6 -7
- package/fesm2022/colijnit-corecomponents_v12.mjs.map +1 -1
- package/index.d.ts +2 -2
- package/package.json +1 -1
- package/colijnit-corecomponents_v12-261.20.1.tgz +0 -0
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { OnDestroy, NgZone, AfterViewInit, OnInit, EventEmitter, ComponentFactoryResolver, ApplicationRef, Injector,
|
|
2
|
+
import { OnDestroy, NgZone, AfterViewInit, OnInit, EventEmitter, ComponentFactoryResolver, ApplicationRef, Injector, ComponentRef, ChangeDetectorRef, ElementRef, ViewContainerRef, OnChanges, SimpleChanges, PipeTransform, TemplateRef, ModuleWithProviders, QueryList, Renderer2, ComponentFactory, AfterContentInit, StaticProvider, InjectionToken } from '@angular/core';
|
|
3
3
|
import * as i4$1 from '@angular/forms';
|
|
4
4
|
import { UntypedFormControl, UntypedFormGroup, NgModel, ValidatorFn, AsyncValidatorFn, AbstractControl, ValidationErrors } from '@angular/forms';
|
|
5
5
|
import { Subject, Observable, Subscription, BehaviorSubject } from 'rxjs';
|
|
@@ -425,7 +425,7 @@ declare class OverlayService {
|
|
|
425
425
|
private _injector;
|
|
426
426
|
private _componentRefs;
|
|
427
427
|
constructor(_componentFactoryResolver: ComponentFactoryResolver, _appRef: ApplicationRef, _injector: Injector);
|
|
428
|
-
createComponent(compClass: any, inputs: any, events?: any
|
|
428
|
+
createComponent(compClass: any, inputs: any, events?: any): ComponentRef<any>;
|
|
429
429
|
removeComponent(componentRef: ComponentRef<any>): void;
|
|
430
430
|
private _componentRefExists;
|
|
431
431
|
private _removeComponentRef;
|
package/package.json
CHANGED
|
Binary file
|