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
|`[nzInlineCollapsed]`| specifies the collapsed status when menu is `inline` mode |`boolean`| -|
42
+
|`[nzInlineIndent]`| indent px of `inline` menu item on each level |`number`|`24`|
43
+
|`[nzMode]`| type of the menu; `vertical`、 `horizontal`, and `inline` modes are supported |`'vertical' \| 'horizontal' \| 'inline'`|`'vertical'`|
44
+
|`[nzSelectable]`| allow selecting menu items |`boolean`|`true`|
45
+
|`[nzTheme]`| color theme of the menu |`'light' \| 'dark'`|`'light'`|
46
+
|`(nzClick)`| the Output when click `nz-menu-item` inside nz-menu |`EventEmitter<NzMenuItemDirective>`||
47
47
48
-
### [nz-menu-item]
48
+
### [nz-menu-item]:standalone
49
49
50
-
| Param | Description | Type | Default value |
51
-
| ----- | ----------- | ---- | ------------- |
52
-
|`[nzDisabled]`| whether menu item is disabled or not |`boolean`|`false`|
53
-
|`[nzSelected]`| whether menu item is selected or not |`boolean`|`false`|
54
-
|`[nzMatchRouter]`| whether auto set `nzSelected` according to [routerLink](https://www.angular.io/api/router/RouterLink)|`boolean`|`false`|
55
-
|`[nzMatchRouterExact]`| only match when the url matches the link exactly, same as [routerLinkActiveOptions](https://angular.io/api/router/RouterLinkActive#routerLinkActiveOptions)|`boolean`|`false`|
56
-
|`[nzDanger]`| display the danger style |`boolean`|`false`|
|`[nzDisabled]`| whether menu item is disabled or not |`boolean`|`false`|
53
+
|`[nzSelected]`| whether menu item is selected or not |`boolean`|`false`|
54
+
|`[nzMatchRouter]`| whether auto set `nzSelected` according to [routerLink](https://www.angular.io/api/router/RouterLink)|`boolean`|`false`|
55
+
|`[nzMatchRouterExact]`| only match when the url matches the link exactly, same as [routerLinkActiveOptions](https://angular.io/api/router/RouterLinkActive#routerLinkActiveOptions)|`boolean`|`false`|
56
+
|`[nzDanger]`| display the danger style |`boolean`|`false`|
57
57
58
-
### [nz-submenu]
58
+
### [nz-submenu]:standalone
59
59
60
60
You can set the title of `[nz-submenu]` in the following ways.
0 commit comments