Olá boa tarde eu efetuei o import do HttpClient, assim como mostrado no passo a passo da aula, contudo a minha injeção de dependência foi compilada apresentando os seguintes problemas abaixo ainda no console...
ERROR
src/app/app.component.html:4:18 - error TS2339: Property 'url' does not exist on type 'never'.
4 [url]="photo.url"
src/app/app.component.ts:6:16
6 templateUrl: './app.component.html',
Error occurs in the template of component AppComponent.
ERROR
src/app/app.component.html:5:26 - error TS2339: Property 'description' does not exist on type 'never'.
5 [description]="photo.description">
src/app/app.component.ts:6:16
6 templateUrl: './app.component.html',
Error occurs in the template of component AppComponent.
Alguém enfrentou esse mesmo problema?