UNPKG

@tsparticles/angular

Version:

Official tsParticles Angular Component - Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for Web Components, React, Vue.js (2.x and

10 lines (9 loc) 433 B
import { Engine } from '@tsparticles/engine'; import * as i0 from "@angular/core"; export declare class NgParticlesService { private initialized; getInstallationStatus(): import("rxjs").Observable<boolean>; init(particlesInit: (engine: Engine) => Promise<void>): Promise<void>; static ɵfac: i0.ɵɵFactoryDeclaration<NgParticlesService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NgParticlesService>; }