Solucionado (ver solução)
Solucionado
(ver solução)
4
respostas

ERROR angular Ts2339 e TS2304

Algém pode me ajudar? Estou já na fase final do curso mas me perdir ao rodar o ng sever esta dando esses erros

RROR in src/app/photos/photo-list/filter-by-description.pipe.ts(6,21): error TS2304: Cannot find name 'photo'. src/app/photos/photo-list/photos/photos.component.ts(15,3): error TS2416: Property 'ngOnChanges' in type 'PhotosComponent' is not assignable to the same property in base type 'OnChanges'. Type '(changes: SimpleChange) => void' is not assignable to type '(changes: SimpleChanges) => void'. Types of parameters 'changes' and 'changes' are incompatible. Type 'SimpleChanges' is not assignable to type 'SimpleChange'. Property 'previousValue' is missing in type 'SimpleChanges'. src/app/photos/photo-list/photos/photos.component.ts(16,16): error TS2339: Property 'photos' does not exist on type 'SimpleChange'. src/app/photos/photo-list/photos/photos.component.ts(20,24): error TS2304: Cannot find name 'photo'.

e no navegador : Cannot GET /user/flavio

4 respostas

opa troquei photo para photos conseguir identificar o erro :)

Descreve pra gente o erro e a solução por favor Rafael?

solução!

Olá Wanderson no meu caso 2 classes estavam com o mesmo nome e deu conflito uma com a outra, ou seja o photo já existia e então renomeei para photos

Entendi, ótimo! Obrigado por compartilhar aqui!