Skip to content

Commit 493d397

Browse files
committed
chore: Add root deprecation notice
Signed-off-by: Akshat Patel <[email protected]>
1 parent 4d640e8 commit 493d397

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/context-menu/context-menu.component.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ import {
2929
`
3030
})
3131
export class ContextMenuComponent implements OnChanges {
32+
/**
33+
* @deprecated since v4 - In v5, you will not have to specify root
34+
*/
3235
@Input() root = true;
3336
@Input() open = false;
3437
@Input() position = {

0 commit comments

Comments
 (0)