projects/ui/context-menu/context-menu-content.directive.ts
import { CngxContextMenuContentContext } from '@cngx/ui/context-menu'
Context handed to a *cngxContextMenuContent template. $implicit is the per-open datum the trigger resolved for the target the menu opened over (null while the menu is closed). Read it with let-row.
*cngxContextMenuContent
$implicit
null
let-row
T | null
The per-open datum, or null while the menu is closed. Usable as let-row.