Card: the subheader property does not display in the template when it is provided #17264
Closed
4 tasks
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
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: