@acorex/components 16.18.19 → 16.18.20
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,9 @@
|
|
1
|
-
import { ElementRef, OnDestroy } from '@angular/core';
|
1
|
+
import { ElementRef, OnDestroy, ChangeDetectorRef } from '@angular/core';
|
2
2
|
import { AXBaseComponent, AXBaseSizableComponent, AXElementSize } from '../base/element.class';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export declare class AXFormGroupComponent extends AXBaseComponent implements AXBaseSizableComponent, OnDestroy {
|
5
5
|
#private;
|
6
|
+
crd: ChangeDetectorRef;
|
6
7
|
size: AXElementSize;
|
7
8
|
div: ElementRef;
|
8
9
|
private component;
|