projects/common/tabs/registry/directive-by-id-map.ts
Build a Signal<Map<string, T>> from a Signal<readonly T[]> of directives keyed by id(). Structural equal prevents cascade when contentChildren re-emits an unchanged child set. Shared by <cngx-tab-group>, <cngx-stepper>, and <cngx-mat-stepper>.
Signal<Map<string, T>>
Signal<readonly T[]>
id()
contentChildren
<cngx-tab-group>
<cngx-stepper>
<cngx-mat-stepper>
createDirectiveByIdMap(opts: CngxDirectiveByIdMapOptions)
CngxDirectiveByIdMapOptions
Signal>