You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, the contents in `nz-tab` are eagerly loaded. Tab contents can be lazy loaded by declaring the body in a `ng-template` with the `[nz-tab]` attribute.
16
+
By default, the contents in `nz-tab` are eagerly loaded. Tab contents can be lazy loaded by declaring the body in a `ng-template` with the `[nz-tab]` directive.
17
+
18
+
> Combine with `nzDestroyInactiveTabPane` to destroy the component when the tab is hidden.
|`[nzSelectedIndex]`| Current tab's index |`number`| - |
30
-
|`[nzAnimated]`| Whether to change tabs with animation. Only works while `nzTabPosition="top" \| "bottom"`|`boolean \| {inkBar:boolean, tabPane:boolean}`|`true`, `false` when `type="card"`| ✅ |
|`[nzSelectedIndex]`| Current tab's index |`number`| - |
30
+
|`[nzAnimated]`| Whether to change tabs with animation. Only works while `nzTabPosition="top" \| "bottom"`|`boolean \| {inkBar:boolean, tabPane:boolean}`|`true`, `false` when `type="card"`| ✅ |
0 commit comments