@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
12 lines (11 loc) • 607 B
TypeScript
import type { ISourceOptions } from '@tsparticles/engine';
import { NgParticlesService } from './ng-particles.service';
import * as i0 from "@angular/core";
import * as i1 from "./ng-particles.component";
export declare class NgxParticlesModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgxParticlesModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxParticlesModule, [typeof i1.NgxParticlesComponent], never, [typeof i1.NgxParticlesComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxParticlesModule>;
}
export type IParticlesProps = ISourceOptions;
export { NgParticlesService };