Skip to content

Commit

Permalink
docs(module:page-header): fix docs (NG-ZORRO#3472)
Browse files Browse the repository at this point in the history
  • Loading branch information
CygnusRoboticus authored and hsuanxyz committed Jun 4, 2019
1 parent e344207 commit def475b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/page-header/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { NzPageHeaderModule } from 'ng-zorro-antd';
| `[nzTitle]` | title string | `string|TemplateRef<void>` | - |
| `[nzSubtitle]` | subTitle string | `string|TemplateRef<void>` | - |
| `[nzBackIcon]` | custom back icon | `string|TemplateRef<void>` | - |
| `[nzBack]` | back icon click event | `EventEmitter<void>` | - |
| `(nzBack)` | back icon click event | `EventEmitter<void>` | - |

### Page header sections
| Element | Description |
Expand All @@ -42,4 +42,4 @@ import { NzPageHeaderModule } from 'ng-zorro-antd';
| `<nz-page-header-footer>` | Footer section |
| `<nz-page-header-tags>` | Tags container after the title |
| `<nz-page-header-extra>` | Operating area, at the end of the line of the title line |
| `<nz-breadcrumb nz-page-header-breadcrumb>` | Breadcrumb section |
| `<nz-breadcrumb nz-page-header-breadcrumb>` | Breadcrumb section |

0 comments on commit def475b

Please sign in to comment.