Currently the input field looks like this:
One of my components has the following HTML:
<form class="example-form">
<mat-form-field class="example-full-width">
<input matInput placeholder="Favorite food" value="Sushi">
</mat-form-field>
<mat-form-field class="example-full-width">
<textarea matInput placeholder="Leave a comment"></textarea>
</mat-form-field>
</form>
My app.module.ts has the follwing:
Any reason why the input is not styled like in the examples?



ng add @angular/materialcommand? it could be that you forgot to import the material theme if you had imported it by hand