Import#
import { CngxTimelineEmpty } from '@cngx/common/timeline'
Description#
The empty surface. Falls back to
CNGX_TIMELINE_CONFIG.labels.emptyFallback.
<ng-template cngxTimelineEmpty let-reason>
@if (reason === 'no-results') { <p>No events match this filter.</p> }
@else { <p>Nothing has happened yet.</p> }
</ng-template>Metadata#
Index#
Properties
Methods
Instance Properties#
Methods#
ngTemplateContextGuard#
CngxTimelineEmptyContextStatic
ngTemplateContextGuard(_dir: CngxTimelineEmpty, ctx: unknown)@paramctx
unknown