ngx-parallax-stars
Version:
Angular library to create beautiful stars with parallax effect.
19 lines (18 loc) • 902 B
TypeScript
import { StarLayer } from '../star-layer';
import * as i0 from "@angular/core";
export declare class NgxParallaxStarsComponent {
#private;
/**
* Overrides default star layers
*/
layers: import("@angular/core").InputSignal<StarLayer[]>;
/**
* If responsive mode is enabled, the component will automatically be re-rendered when its size changes
*/
responsive: import("@angular/core").InputSignal<boolean>;
constructor();
private createAfterLayerElement;
private createLayerElement;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxParallaxStarsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxParallaxStarsComponent, "ngx-parallax-stars", never, { "layers": { "alias": "layers"; "required": false; "isSignal": true; }; "responsive": { "alias": "responsive"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
}