We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is only one way to go 'back' - why force users to write code for that.
Clicking the back icon in NzPageHeader component doesn't do anything. I have to write
back() { this.location.back(); }
and
<nz-page-header nzBackIcon (nzBack)='back()'>
to make it work. Could this behaviour be the default?
Note: the docs on https://ng.ant.design/components/page-header/en specify [nzBack] but this should be (nzBack) I think.
[nzBack]
(nzBack)
The text was updated successfully, but these errors were encountered:
feat(module:page-header): add default behavior for the back button
269ca8c
close NG-ZORRO#3421
41bc285
feat(module:page-header): add default behavior for the back button (N…
caabfe6
…G-ZORRO#3891) close NG-ZORRO#3421
351f4f3
hsuanxyz
No branches or pull requests
What problem does this feature solve?
There is only one way to go 'back' - why force users to write code for that.
What does the proposed API look like?
Clicking the back icon in NzPageHeader component doesn't do anything. I have to write
and
to make it work. Could this behaviour be the default?
Note:
the docs on https://ng.ant.design/components/page-header/en specify
[nzBack]
but this should be
(nzBack)
I think.The text was updated successfully, but these errors were encountered: