UNPKG

@rx-angular/template

Version:

**Fully** Reactive Component Template Rendering in Angular. @rx-angular/template aims to be a reflection of Angular's built in renderings just reactive.

15 lines (14 loc) 478 B
import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; /** * A service that observes the resize of the elements. * * @developerPreview */ export declare class RxaResizeObserver { #private; constructor(); observeElement(element: Element, options?: ResizeObserverOptions): Observable<ResizeObserverEntry>; static ɵfac: i0.ɵɵFactoryDeclaration<RxaResizeObserver, never>; static ɵprov: i0.ɵɵInjectableDeclaration<RxaResizeObserver>; }