angular-particle icon indicating copy to clipboard operation
angular-particle copied to clipboard

Cannot find module 'angular-particle-updated'

Open VilauGC opened this issue 6 years ago • 2 comments

After npm install angular-particle-updated --save, in app.module it says after importing like this: import { ParticlesModule } from 'angular-particle-updated'; Cannot find module angular-particle-updated. Is there anything else I should do? Thank You

VilauGC avatar Jan 07 '20 21:01 VilauGC

@VilauGC Same for me. I have to use this package : https://www.npmjs.com/package/angular-particle, which seems to be the same.

QuentinIcky avatar Jan 09 '20 14:01 QuentinIcky

You can try this component https://github.com/matteobruni/tsparticles/blob/master/components/angular/README.md

matteobruni avatar Jul 19 '20 23:07 matteobruni