tsparticles / tsparticles

tsParticles - Easily create highly customizable JavaScript particles effects, confetti explosions and fireworks animations and use them as animated backgrounds for your website. Ready to use components available for React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Solid, Riot and Web Components.
https://particles.js.org
MIT License
7.7k stars 847 forks source link

The target entry-point "ng-particles" has missing dependencies: - tsparticles #1337

Closed PackageDotJSON closed 3 years ago

PackageDotJSON commented 3 years ago

I have installed ng-particles using npm and importing it in my app.module.ts file. But, angular app is not running and throwing an error: The target entry-point "ng-particles" has missing dependencies:

xscode-auto-reply[bot] commented 3 years ago

Thanks for opening a new issue. The team has been notified and will review it as soon as possible.

For urgent issues and priority support, visit https://xscode.com/matteobruni/tsparticles

matteobruni commented 3 years ago

Hi @kiyani1995,

You need to install tsparticles as well, the ng-particles is wrapped around the core library.

Once installed tsparticles you don't need to do anything else with that, it's just for being correctly included in the project correctly.