Menu component templates not rendered v18.0.0-beta.4 #16765
Labels
Resolution: Needs More Information
More information about the issue is needed to find a correct solution
Resolution: Stale
Issue or pull request is inactivity and unfortunately it will be *closed* if there is no response
Milestone
Describe the bug
the start and end tempaltes are not rendered
Environment
chrome on windows 11
Reproducer
No response
Angular version
18.2.1
PrimeNG version
18.0.0-beta.4
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
v22.11.0
Browser(s)
No response
Steps to reproduce the behavior
<p-menu [model]="items" class="flex justify-center" styleClass="w-full md:w-60">
PRIMEAPP
{{ item.label }}
<span [class]="item.icon">
{{ item.label }}
<p-badge *ngIf="item.badge" class="ml-auto" [value]="item.badge" />
<span *ngIf="item.shortcut" class="ml-auto border border-surface rounded bg-emphasis text-muted-color text-xs p-1">
{{ item.shortcut }}
Amy Elsner
Admin
Expected behavior
should display the templates
The text was updated successfully, but these errors were encountered: