bindButtonGroupChildren
Registers the effects that broadcast size/shape/appearance/disabled from a
group-like host (MatExpButtonGroupMatExpSplitButtonButtonGroupChild
This is the single implementation of the broadcast-effect logic that was previously
duplicated between button-group.ts and split-button.ts. Must be called from within
an injection context (e.g. a component/directive constructor).
Parameters
| Name | Type | Description |
|---|---|---|
| config | ButtonGroupChildBroadcastConfig |
Returns
voidSignature
(config: ButtonGroupChildBroadcastConfig) => void