Skip to content

Instantly share code, notes, and snippets.

@twerske
Created May 13, 2022 20:28
Show Gist options
  • Save twerske/27cb1f9811d92298fa926d93c1cfb44a to your computer and use it in GitHub Desktop.
Save twerske/27cb1f9811d92298fa926d93c1cfb44a to your computer and use it in GitHub Desktop.
New primitives in the Angular CDK
<ul cdkTargetMenuAim cdkMenuBar>
<li cdkMenuItem
[cdkMenuTriggerFor]="file">
File
</li>
</ul>
<ng-template #file>
<ul cdkMenu cdkTargetMenuAim>
<li cdkMenuItem>Open</li>
</ul>
</ng-template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment