ng-particles
Advanced tools
Comparing version 2.42.1 to 2.42.2
@@ -1,6 +0,7 @@ | ||
import { AfterViewInit, EventEmitter } from '@angular/core'; | ||
import { AfterViewInit, EventEmitter, OnDestroy } from '@angular/core'; | ||
import type { Container, Engine } from 'tsparticles'; | ||
import { IParticlesProps } from './ng-particles.module'; | ||
import * as i0 from "@angular/core"; | ||
export declare class NgParticlesComponent implements AfterViewInit { | ||
export declare class NgParticlesComponent implements AfterViewInit, OnDestroy { | ||
private platformId; | ||
options?: IParticlesProps; | ||
@@ -11,3 +12,6 @@ url?: string; | ||
particlesLoaded: EventEmitter<Container>; | ||
private destroy$; | ||
constructor(platformId: string); | ||
ngAfterViewInit(): void; | ||
ngOnDestroy(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgParticlesComponent, never>; | ||
@@ -14,0 +18,0 @@ static ɵcmp: i0.ɵɵComponentDeclaration<NgParticlesComponent, "ng-particles", never, { "options": "options"; "url": "url"; "id": "id"; "particlesInit": "particlesInit"; }, { "particlesLoaded": "particlesLoaded"; }, never, never>; |
{ | ||
"name": "ng-particles", | ||
"version": "2.42.1", | ||
"description": "Official tsParticles Angular Component - Easily create highly customizable particle 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.", | ||
"version": "2.42.2", | ||
"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.", | ||
"homepage": "https://particles.js.org/", | ||
@@ -26,4 +26,10 @@ "repository": { | ||
"react-particles-js", | ||
"react-particles.js", | ||
"react-particles", | ||
"react", | ||
"reactjs", | ||
"vue-particles", | ||
"ngx-particles", | ||
"angular-particles", | ||
"particleground", | ||
"vue", | ||
@@ -47,3 +53,11 @@ "vuejs", | ||
"animated", | ||
"background" | ||
"background", | ||
"confetti", | ||
"canvas", | ||
"fireworks", | ||
"fireworks-js", | ||
"confetti-js", | ||
"confettijs", | ||
"fireworksjs", | ||
"canvas-confetti" | ||
], | ||
@@ -69,3 +83,3 @@ "author": "Matteo Bruni <matteo.bruni@me.com>", | ||
"@angular/core": ">=2.0.0", | ||
"tsparticles": "^1.42.1" | ||
"tsparticles": "^1.42.2" | ||
}, | ||
@@ -72,0 +86,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
45916
398