Card: the subheader property does not display in the template when it is provided #17264
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
The
subheader
property of theCard
component does not display in the template when it is provided.Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/3g67861h
Environment
windows
Angular version
19.0.0
PrimeNG version
v19
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
<p-card header="Simple Card" subheader="Simple Subheader"> </p-card>
Expected behavior
The value of the subheader property should display below the header in the
Card
component.The text was updated successfully, but these errors were encountered: