Skip to main content
cngx-src documentation

StateChangeSource

Interface

projects/ui/mat-tabs/material-bridge/private-surfaces.ts

Import#

import { StateChangeSource } from '@cngx/ui/mat-tabs'

Description#

Subset of Material's MatTab carrying the _stateChanges Subject. The leading underscore signals Material-internal-by-convention, even though the field is readonly on the public class surface. The Subject emits void whenever a MatTab input (textLabel, disabled, …) changes; cngx bridges it into the Signal graph via toSignal(matTab._stateChanges) because Material exposes no public reactive surface for input changes.

Index#

Properties

Instance Properties#

_stateChanges#Subject
Readonly