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.

15 lines (14 loc) 682 B
import { OnDestroy } from '@angular/core'; import { SlideOutService } from '../_services/slide-out.service'; import { BaseComponent } from "../base/base.component"; import * as i0 from "@angular/core"; export declare class SlideOutComponent extends BaseComponent implements OnDestroy { private slideOutService; soActive: string; constructor(slideOutService: SlideOutService); ngOnDestroy(): void; private getSmActive; onClose(): void; static ɵfac: i0.ɵɵFactoryDeclaration<SlideOutComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SlideOutComponent, "spaas-slide-out", never, {}, {}, never, ["spaas-slide-out-content"], false, never>; }