I am working on a component that includes an input field:
<mat-form-field appearance="standard">
<mat-label >{{label}}<span>*</span></mat-label>
<input [type]="type"
<span matSuffix>{{suffix}}</span>
</mat-form-field>
Is there a way to pass style attribute information from the parent component to the child component? I want to be able to adjust the font-weight of the input and change the value of matSuffix.