@ng-web-apis/resize-observer
Advanced tools
Comparing version 4.1.3 to 4.2.0
{ | ||
"name": "@ng-web-apis/resize-observer", | ||
"version": "4.1.3", | ||
"version": "4.2.0", | ||
"description": "A library for declarative use of Resize Observer API with Angular", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"@angular/core": ">=16.0.0", | ||
"@ng-web-apis/common": ">=4.1.2" | ||
"@ng-web-apis/common": ">=4.1.3" | ||
}, | ||
@@ -28,0 +28,0 @@ "module": "fesm2022/ng-web-apis-resize-observer.mjs", |
import { InjectionToken } from '@angular/core'; | ||
export declare const WA_RESIZE_OPTION_BOX_DEFAULT = "content-box"; | ||
/** | ||
* @deprecated: drop in v5.0, use {@link WA_RESIZE_OPTION_BOX_DEFAULT} | ||
*/ | ||
export declare const RESIZE_OPTION_BOX_DEFAULT = "content-box"; | ||
export declare const WA_RESIZE_OPTION_BOX: InjectionToken<ResizeObserverBoxOptions>; | ||
/** | ||
* @deprecated: drop in v5.0, use {@link WA_RESIZE_OPTION_BOX} | ||
*/ | ||
export declare const RESIZE_OPTION_BOX: InjectionToken<ResizeObserverBoxOptions>; |
import { InjectionToken } from '@angular/core'; | ||
export declare const WA_RESIZE_OBSERVER_SUPPORT: InjectionToken<boolean>; | ||
/** | ||
* @deprecated: drop in v5.0, use {@link WA_RESIZE_OBSERVER_SUPPORT} | ||
*/ | ||
export declare const RESIZE_OBSERVER_SUPPORT: InjectionToken<boolean>; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
49971
235