UNPKG

@ng-web-apis/mutation-observer

Version:
8 lines (7 loc) 337 B
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>; }