You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that with the new Angular 17 update and a full standalone app (no modules), I am unable to make animations work correctly. I tried the following configuration:
We're using the same thing in our app.config.ts for PrimeNG Showcase. It works in our demos, maybe you're missing something, could you please check available guides of v17 in angular.dev
Hello @cetincakiroglu you were right, I forgot @import "primeng/resources/primeng.min.css" in my styles.css file. You guys are amazing, thank you for keeping such a great library up to date!
Describe the bug
Hello wonderful Team,
I noticed that with the new Angular 17 update and a full standalone app (no modules), I am unable to make animations work correctly. I tried the following configuration:
but it does not seem to animate buttons (hover functionalities for example).
Environment
Windows 11
Node v18.17.1
Npm v8.16.0
Reproducer
No response
Angular version
17.0.3
PrimeNG version
17.0.0-beta.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.17.1
Browser(s)
Firefox 120.0
Steps to reproduce the behavior
Simply with
<p-button label="Submit"></p-button>
Expected behavior
The button should show a pointer cursor and change its color on hover or click
The text was updated successfully, but these errors were encountered: