Const
Injection token to customise the default appearance of every UIButton in a subtree. Provide it at the application or component level:
UIButton
providers: [ { provide: UI_BUTTON_DEFAULTS, useValue: { variant: 'outlined', color: 'neutral' } },] Copy
providers: [ { provide: UI_BUTTON_DEFAULTS, useValue: { variant: 'outlined', color: 'neutral' } },]
Individual <ui-button> inputs still override these defaults.
<ui-button>
Injection token to customise the default appearance of every
UIButtonin a subtree. Provide it at the application or component level:Individual
<ui-button>inputs still override these defaults.