Posts by Jaime Barbosa • 18 points
2 posts
-
-4
votes3
answers263
viewsA: What would be something "native"?
Native applications are developed for a specific system (Android and iOS) and are downloaded to a mobile device from an app store. It is developed in specific programming languages, such as Swift…
-
1
votes1
answer262
viewsA: Read Json Angular 9 format
This message is why the 'Result' on Restaurants. Try to make this way: ngOnInit(): void { this.restaurantService.read().subscribe((restaurants:any) => { this.restaurants = restaurants.Result }) }…