Skip to content

Commit f624f79

Browse files
authored
Merge pull request #2505 from Akshat55/deprecation-notice
chore: Add root deprecation notice
2 parents 75fb9cb + 362abfa commit f624f79

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)