ng-particles
Advanced tools
Comparing version 3.5.3 to 3.6.0
@@ -6,9 +6,10 @@ import { AfterViewInit, EventEmitter, OnDestroy } from '@angular/core'; | ||
export declare class NgParticlesComponent implements AfterViewInit, OnDestroy { | ||
private platformId; | ||
protected platformId: string; | ||
options?: IParticlesProps; | ||
url?: string; | ||
id?: string; | ||
id: string; | ||
particlesInit?: (engine: Engine) => Promise<void>; | ||
particlesLoaded: EventEmitter<Container>; | ||
private destroy$; | ||
private container?; | ||
constructor(platformId: string); | ||
@@ -18,12 +19,14 @@ ngAfterViewInit(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgParticlesComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NgParticlesComponent, "ng-particles", never, { "options": "options"; "url": "url"; "id": "id"; "particlesInit": "particlesInit"; }, { "particlesLoaded": "particlesLoaded"; }, never, never, false>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NgParticlesComponent, "ng-particles", never, { "options": "options"; "url": "url"; "id": "id"; "particlesInit": "particlesInit"; }, { "particlesLoaded": "particlesLoaded"; }, never, never, false, never>; | ||
} | ||
export declare class ParticlesComponent extends NgParticlesComponent { | ||
protected platformId: string; | ||
options?: IParticlesProps; | ||
url?: string; | ||
id?: string; | ||
id: string; | ||
particlesInit?: (engine: Engine) => Promise<void>; | ||
particlesLoaded: EventEmitter<Container>; | ||
constructor(platformId: string); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ParticlesComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ParticlesComponent, "Particles", never, { "options": "options"; "url": "url"; "id": "id"; "particlesInit": "particlesInit"; }, { "particlesLoaded": "particlesLoaded"; }, never, never, false>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ParticlesComponent, "Particles", never, { "options": "options"; "url": "url"; "id": "id"; "particlesInit": "particlesInit"; }, { "particlesLoaded": "particlesLoaded"; }, never, never, false, never>; | ||
} |
{ | ||
"name": "ng-particles", | ||
"version": "3.5.3", | ||
"version": "3.6.0", | ||
"description": "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 3.x), Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.", | ||
@@ -83,6 +83,7 @@ "homepage": "https://particles.js.org", | ||
"@angular/core": ">=2.0.0", | ||
"tsparticles-engine": "^2.5.2" | ||
"rxjs": ">=7.0.0", | ||
"tsparticles-engine": "^2.6.0" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.4.0" | ||
"tslib": "^2.4.1" | ||
}, | ||
@@ -89,0 +90,0 @@ "module": "fesm2015/ng-particles.mjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
50688
400
5
Updatedtslib@^2.4.1