NG-ZORRO / ng-zorro-antd

Angular UI Component Library based on Ant Design
https://ng.ant.design
MIT License
8.81k stars 3.85k forks source link

Drawer - *nzDrawerFooter #6490

Open kishoresahas opened 3 years ago

kishoresahas commented 3 years ago

What problem does this feature solve?

There is no footer Directive for Drawer like Modal when used with custom components.

What does the proposed API look like?

Add a new footer Directive for Drawer like Modal has https://ng.ant.design/components/modal/en#%5Bnzmodalfooter%5D

kishoresahas commented 3 years ago

Is this possible now?

celluj34 commented 3 years ago

I also need this feature. I have tried [nzDrawerTitle], [nzTitle], [nzDrawerFooter], and [nzFooter]. None are used as expected. Having a similar functionality as modal would be nice and simple for users.

bkstorm commented 2 years ago

Me too, please add nzDrawerFooter directive

syamanashi commented 1 year ago

I just came up against this same need. Is there a work-around anyone has found?

malabuyocfritz1984 commented 10 months ago

Hi,

This request has been openned since 2021, is there a plan to implement this? this is super useful when we just want to define the footer template in the component itself rather than in a separate component

juancarlosgzs commented 1 month ago

What's the current workaround? @hsuanxyz