Creates an observable from a promise, that emits exactly one value when the promise resolves.
Type of the promise value.
Promise that will be awaited.
New observable that emits the value the promise settles with.
Generated using TypeDoc
Creates an observable from a promise, that emits exactly one value when the promise resolves.