Structural slot directive for the card footer region
CngxCardFooter
Directivev0.1.0WCAG AA
projects/common/card/card-footer.directive.ts
Import#
import { CngxCardFooter } from '@cngx/common/card'
Description#
Structural slot directive for the card footer region.
Must be placed on a native <footer> element - the selector enforces
semantic correctness at compile time.
<cngx-card>
<footer cngxCardFooter>Footer content</footer>
</cngx-card>