The Context meu or Popup menu as it is often called as well is a regular menu which opens as a popup. It usually opens when right-click is pressed although this can be changed. Our Context menu component by default opens vertically and can have submenus.
Angular Context Menu features
The opening direction of our Context menu can be configure through the open direction method. It can be below or above the place of the click.
In addition the Context menu supports images. The mages are positioned on the left of the menu items. Apart from images you can also have checkboxes.
Another interesting feature is the capability to display multiple columns.

Our Context menu supports also keyboard navigation and right-to-left layout.
The Angular Context Menu can be loaded from JSON, XML or an Array.
You can see an example here.