Segue meu código:
Gatito Book<ng-template #login>
Segue o erro no Terminal:
Error: src/app/components/cabecalho/cabecalho.component.html:7:33 - error TS2339: Property 'name' does not exist on type 'Usuario'.
~~~~
src/app/components/cabecalho/cabecalho.component.ts:7:16
7 templateUrl: './cabecalho.component.html',
~
Error occurs in the template of component CabecalhoComponent.