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) 380 B
import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class SlideOutService { private soActive$; newSlideOut(slideOut: string): void; onNewSlideOut(): Observable<string>; getSlideOut(): string; static ɵfac: i0.ɵɵFactoryDeclaration<SlideOutService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<SlideOutService>; }