I use Token:
providers: [
{ provide: MAT_FORM_FIELD_DEFAULT_OPTIONS, useValue: { appearance: 'outline'}}
],
This will make the input in mat-paginator look bad:
STACKBLITZ
The formfield appearance should be configurable in mat-paginator.
- Via InjectionToken Value and/or
- Via Input
@Input()
appearance: MatFormFieldAppearance
Is there any workaround to this?
I use Token:
This will make the input in
mat-paginatorlook bad:STACKBLITZ
The formfield appearance should be configurable in mat-paginator.
Is there any workaround to this?