File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 55} from '@angular/core' ;
66import { provideRouter } from '@angular/router' ;
77
8- import { routes } from './app.routes' ;
98import { provideHttpClient } from '@angular/common/http' ;
9+ import { MAT_FORM_FIELD_DEFAULT_OPTIONS } from '@angular/material/form-field' ;
10+ import { routes } from './app.routes' ;
1011import { GlobalErrorHandler } from './error-handler/error-handler' ;
1112
1213export const appConfig : ApplicationConfig = {
@@ -15,5 +16,9 @@ export const appConfig: ApplicationConfig = {
1516 provideZoneChangeDetection ( { eventCoalescing : true } ) ,
1617 provideRouter ( routes ) ,
1718 { provide : ErrorHandler , useClass : GlobalErrorHandler } ,
19+ {
20+ provide : MAT_FORM_FIELD_DEFAULT_OPTIONS ,
21+ useValue : { appearance : 'outline' , subscriptSizing : 'dynamic' } ,
22+ } ,
1823 ] ,
1924} ;
You can’t perform that action at this time.
0 commit comments