ngx-gem-spaas
Version:
This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.
43 lines (42 loc) • 1.4 kB
TypeScript
import { OnInit } from '@angular/core';
import { BgType } from "../_models/bg.model";
import { BaseComponent } from "../base/base.component";
import * as i0 from "@angular/core";
export declare class BgComponent extends BaseComponent implements OnInit {
imgExt: string;
imgList: {
employee_solar: {
url: string;
alt: string;
};
kathu_mirrors: {
url: string;
alt: string;
};
outeiro_ccgt: {
url: string;
alt: string;
};
shem_mareges: {
url: string;
alt: string;
};
shem_thues: {
url: string;
alt: string;
};
tarfaya_windfarm: {
url: string;
alt: string;
};
};
bgX: number;
bgY: number;
bgPortrait: boolean;
bgImg: BgType;
bgAnimate: boolean;
bg: any;
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<BgComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<BgComponent, "spaas-bg", never, { "bgX": { "alias": "bgX"; "required": false; }; "bgY": { "alias": "bgY"; "required": false; }; "bgPortrait": { "alias": "bgPortrait"; "required": false; }; "bgImg": { "alias": "bgImg"; "required": false; }; "bgAnimate": { "alias": "bgAnimate"; "required": false; }; }, {}, never, never, false, never>;
}