Skip to content

Confetti

New

Theme-aware burst celebration via XConfettiService.

@xngui/components/confetti
import { XConfettiService } from '@xngui/components/confetti';

Preview

Assistive:
TipTipTip
import { inject } from '@angular/core';
import { XConfettiService } from '@xngui/components/confetti';
 
export class ExampleComponent {
private readonly xConfettiService = inject(XConfettiService);
 
celebrate(): void {
this.xConfettiService.fireFrom(this.trigger.nativeElement);
}
}

Events

Interact with the preview — events will appear here.