Tag: confetti

  • How to add confetti to your Angular Project?

    How to add confetti to your Angular Project?

    To add confetti to your angular project , follow the below steps: STEP 1: Install party.js STEP 2: Invoke method from your angular template on (click) method and pass $event.target as a parameter: A sample template: app.component.html: STEP 3: Import party object from party-js library inside the model class: STEP 4: Call party.confetti() method inside…