Angular2 Context Menu Demo

Base Case

  • Right Click: {{item?.name}}

Enabled and Visible

  • Right Click: {{item?.name}}

Enabled and Visible as Functions

  • Right Click: {{item?.name}}
{{ item.name }}