Posts by will stone • 11 points
2 posts
-
0
votes0
answers68
viewsQ: How to consume a Json data by coming to an http address
I’m trying to consume a Json data coming from an http address, but I don’t know what’s going wrong. I divided the question into two groups my other doubt import { ComprasService } from…
-
0
votes1
answer52
viewsQ: How to assign a Json font within an interface
I am trying to generate an interface of a Json file but this error, what would be the error in my code? export interface Compra { event: string; timestamp: number; custom_data: number; value:…