Component: Drawer does not render footer template #16641
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
The Drawer component does not display the footer template; looking at its source, the template appears to be the problem because it references
_footerTemplate
(lines 90 and 92) where the component class declares the property asfooterTemplate
(line 293).Environment
macOS Sequoia 15.0.1
Unix shell (Zsh)
Reproducer
No response
Angular version
~18.2.0
PrimeNG version
18.0.0-beta.3
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.18.0
Browser(s)
No response
Steps to reproduce the behavior
<p-drawer>
opening and closing tags, include<ng-template pTemplate="footer">Footer</ng-template>
Expected behavior
<p-drawer>
opening and closing tags, include<ng-template pTemplate="footer">Footer</ng-template>
The text was updated successfully, but these errors were encountered: