ngx-gem-spaas
Version:
This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.
10 lines (9 loc) • 414 B
TypeScript
import { OnDestroy } from '@angular/core';
import { Subject } from 'rxjs';
import * as i0 from "@angular/core";
export declare class BaseComponent implements OnDestroy {
onDestroy$: Subject<void>;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponent, "spaas-base", never, {}, {}, never, never, false, never>;
}