# Angular Context Menu

Here’s some notes on context menus in Angular.

This article was used as basis: <span data-annotation-inline-node="true" data-annotation-mark="true" data-card-url="https://netbasal.com/context-menus-made-easy-with-angular-cdk-963797e679fc" data-inline-card="true" data-renderer-start-pos="81"><span class="loader-wrapper"><span aria-label="More information about this work item" data-testid="hover-card-trigger-wrapper">[<span class="_o5721jtm _1nmz9jpi _16d9qvcn _ca0qv77o _u5f31b66 _n3tdv77o _19bv1b66" data-testid="inline-card-icon-and-title"><span class="smart-link-title-wrapper">Context Menus Made Easy with Angular CDK</span></span>](https://netbasal.com/context-menus-made-easy-with-angular-cdk-963797e679fc)</span></span></span>

The above article reference included a working StackBlitz, downloaded, here: [angular-yd6ay3.zip](https://wiki.galaxydump.com/attachments/1)

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.