@ng-web-apis/mutation-observer
Version:
A library for declarative use of Mutation Observer API with Angular
8 lines (7 loc) • 337 B
TypeScript
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class MutationObserverService extends Observable<readonly MutationRecord[]> {
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<MutationObserverService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<MutationObserverService>;
}