@engie-group/ngx-gem-spaas
Version:
This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.
18 lines (17 loc) • 650 B
TypeScript
import { Observable } from 'rxjs';
import { Location } from "@angular/common";
import { SlideOutModel } from "../_models/slide-out.model";
import * as i0 from "@angular/core";
export declare class SlideOutService {
private location;
private slideOut$;
private prevUpdate;
constructor(location: Location);
getPopStates(): void;
private updateBrowserLocation;
newSlideOut(so: SlideOutModel | null): void;
onNewSlideOut(): Observable<SlideOutModel>;
getSlideOut(): SlideOutModel;
static ɵfac: i0.ɵɵFactoryDeclaration<SlideOutService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SlideOutService>;
}