primefaces / primeng

The Most Complete Angular UI Component Library
https://primeng.org
Other
10.39k stars 4.59k forks source link

pRipple: not working in stackbliz demo #15797

Closed guaido79 closed 4 months ago

guaido79 commented 4 months ago

Describe the bug

Ripple do not work with new angular 18 animation

Environment

Stackblitz code from showcases

Reproducer

https://stackblitz.com/edit/rkuz8v?file=package.json

Angular version

18.0.1

PrimeNG version

17.18.0

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

20.12.2

Browser(s)

Chrome

Steps to reproduce the behavior

  1. Run the stackblitz pRipple example
  2. Click on the main button
  3. see nothing done

Expected behavior

No response

guaido79 commented 4 months ago

Missing configuration:

private primengConfig: PrimeNGConfig

ngOnInit() {
        this.primengConfig.ripple = true;
    }