Skip to main content

Angular Context Menu

Here’s some notes on context menus in Angular.

This article was used as basis: Context Menus Made Easy with Angular CDK

The above article reference included a working StackBlitz, downloaded, here: angular-yd6ay3.zip

It uses the overlay functionality from Angular CDK, to present the menu, and access it.

This has been incorporated into the dashboard project, as a context menu for adding divs at runtime.