Structural slot marking a CngxAccordionItem's region body as lazy.
The item renders it via ngTemplateOutlet only after the region has first
opened (a hasOpenedlinkedSignal), then keeps it alive. Without this
directive the item projects its body eagerly through the default slot; with
it, the body is absent from the DOM until first expansion.