I use mat-form-field
with custom css in order to change the be look like appearance="outline"
directive.
In Angular Material v 7.2.1
appearance="outline"
was added to the mat-form-field
options.
How can I declare appearance="outline"
as a default for each input fields in my app?