@acorex/components 16.18.20 → 16.18.22
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ElementRef, OnDestroy
|
1
|
+
import { ChangeDetectorRef, ElementRef, OnDestroy } 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 {
|