UNPKG

ngx-gem-spaas

Version:

This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.

11 lines (10 loc) 431 B
import { Observable } from 'rxjs'; import { SyncScrollModel } from '../_models/sync-scroll.model'; import * as i0 from "@angular/core"; export declare class SyncScrollService { private scrollX$; newScrollX(x: SyncScrollModel): void; onNewScrollX(): Observable<SyncScrollModel>; static ɵfac: i0.ɵɵFactoryDeclaration<SyncScrollService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<SyncScrollService>; }