@progress/kendo-angular-popup
Version:
Kendo UI Angular Popup component - an easily customized popup from the most trusted provider of professional Angular components.
22 lines (21 loc) • 875 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { NgZone } from '@angular/core';
import { DOMService } from './dom.service';
import * as i0 from "@angular/core";
/**
* @hidden
*/
export declare class ResizeService {
private _dom;
private _zone;
private subscription;
constructor(_dom: DOMService, _zone: NgZone);
subscribe(callback: () => void): void;
unsubscribe(): void;
isUnsubscribed(): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<ResizeService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ResizeService>;
}