UNPKG

@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.

13 lines (12 loc) 698 B
import { MatBottomSheetRef } from "@angular/material/bottom-sheet"; import { BaseComponent } from "../base/base.component"; import { WindowUtilsService } from '../_services/window-utils.service'; import * as i0 from "@angular/core"; export declare class NewVersionComponent extends BaseComponent { private bottomSheetRef; private windowUtilsService; constructor(bottomSheetRef: MatBottomSheetRef<NewVersionComponent>, windowUtilsService: WindowUtilsService); reload(): void; static ɵfac: i0.ɵɵFactoryDeclaration<NewVersionComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NewVersionComponent, "spaas-new-version", never, {}, {}, never, never, false, never>; }