Posts by Rafael Carvalho • 11 points
2 posts
-
0
votes1
answer431
viewsA: Type 'Observable<Arraybuffer>' is not Assignable to type 'Observable<Entity>'
People already found the error, in case the error was in apiURL: String = 'http://localhost:8080/api/entities'; I changed the string to string and it worked.
-
0
votes1
answer431
viewsQ: Type 'Observable<Arraybuffer>' is not Assignable to type 'Observable<Entity>'
I was doing an Angular 10 + Spring boot course and came across the following mistakes: Type 'Observable' is not Assignable to type 'Observable'. Type 'Arraybuffer' is Missing the following…