Skip to main content

All Questions

2 votes
0 answers
529 views

Ionic 5 - async in ion-content

I'm using a simple http get request in a service in an Ionic 5 application that returns an Observable. When I use that Observable with an async pipe inside ion-content in a template the ...
ZehnVon12's user avatar
  • 4,186
0 votes
1 answer
1k views

How to re render or refresh html section in angular when async pipe gets updated?

I have an async pipe, it's connected with a provider to make a translation request to aws translate, then returns a promise. I have an "about" page, in this page it's showed up the option to select ...
Carlos Aponte's user avatar