-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] modal support use directive to define the footer #3035
Comments
I'm trying to make a self contained modal component but having some issues... I'm currently doing the following in MyModalComponent:
But this is causing the modal open animation to be janky because the header and footer aren't rendered until after the animation starts. If I put Is there a better solution for this? |
* feat(module:modal): support use directive to define the footer close #3035 * docs(module:modal): add custom footer demo * test(module:modal): add test * test(module:modal): add test * fix(module:modal): fix type * test(module:modal): fix test * chore: rebase master * chore: rebase master * test(module:modal): fix test * test(module:modal): fix test
…RRO#3036) * feat(module:modal): support use directive to define the footer close NG-ZORRO#3035 * docs(module:modal): add custom footer demo * test(module:modal): add test * test(module:modal): add test * fix(module:modal): fix type * test(module:modal): fix test * chore: rebase master * chore: rebase master * test(module:modal): fix test * test(module:modal): fix test
…RRO#3036) * feat(module:modal): support use directive to define the footer close NG-ZORRO#3035 * docs(module:modal): add custom footer demo * test(module:modal): add test * test(module:modal): add test * fix(module:modal): fix type * test(module:modal): fix test * chore: rebase master * chore: rebase master * test(module:modal): fix test * test(module:modal): fix test
What problem does this feature solve?
What does the proposed API look like?
In Template
In nzContent component
The text was updated successfully, but these errors were encountered: