Skip to content

11.1.0+ec03c7fb09

Compare
Choose a tag to compare
@ng-zorro-bot ng-zorro-bot released this 26 Feb 08:12
· 2 commits to master since this release

[fix(module:grid): nzGutter support string type (#6450)

  • fix(module:grid): nzGutter support string type

The following code style is better in strictTemplates mode:

<nz-row [nzGutter]="16">

better:

<nz-row nzGutter="16">