I still know little Angular and I know only the basics, look at the code snippet:
listarTodas(): Promise<any> {
return this.http.get(this.cidadesUrl)
.toPromise()
.then(response => console.log(response.json()));
}
See how you're doing!
-
I'd like to know how to only print attribute values Script .
-
I'd also like to know how to only print values that the Script is equal to 1 .
I'm just asking for help here because I've made several unsuccessful attempts, I've already looked in the documentation of Angular on the internet in blogs and forums and I did not find it, I need a lot of help!