projects/common/tabs/url-match.ts
import { CngxTabUrlMatch } from '@cngx/common/tabs'
Resolves which registered tab the current URL belongs to.
string | null
resolve(ctx: CngxTabUrlMatchContext)
Active tab id, or null when the URL is outside this tab set.
null
CngxTabUrlMatchContext