Open
Description
Feature request: Provide an additional property in MatPaginator
to setup page selector button mat-appearance:
@Input() buttonAppearance: string;
that would default to the MAT_FORM_FIELD_DEFAULT_OPTIONS
injected token, and otherwise be configurable.
Then, use this setting there to properly setup the select form field.