projects/core/utils/uid.util.ts
Generates a unique ID string with the given prefix.
Each call returns a monotonically increasing ID: prefix-0, prefix-1, etc. Used internally for ARIA id attributes on dialogs, popovers, and tooltips.
prefix-0
prefix-1
id
nextUid(prefix: string)
string