How to bind a Promise to a component property?
The easy way is to just add the async
pipe to your template like this:
{{promisedData | async}}
Edit: here's a working example showing the async
pipe: plunker
Edit2: Plunker showing OnInit: plunker
The easy way is to just add the async
pipe to your template like this:
{{promisedData | async}}
Edit: here's a working example showing the async
pipe: plunker
Edit2: Plunker showing OnInit: plunker