I set strictTemplates:true
and use in a HTML template the following
<textarea matInput matAutosizeMaxRows="4" matTextareaAutosize="true"
I receive from the compiler
error TS2322: Type 'string' is not assignable to type 'number'.
error TS2322: Type 'string' is not assignable to type 'boolean'.
But how to set it properly in the HTML-Templates (to avoid the error)?