projects/common/tabs/commit-handler.ts
Wraps a CngxCommitController with the action-shape adapter that collapses Observable<boolean> / Promise<boolean> / boolean returns into a single accept: boolean outcome.
Observable<boolean>
Promise<boolean>
boolean
accept: boolean
createTabsCommitHandler(opts: CngxTabsCommitHandlerOptions)
CngxTabsCommitHandlerOptions
CngxTabsCommitHandler