typescript function return type observable object code example
Example: promise to observable typescript
import { from } from 'rxjs';
const observable = from(promise);
import { from } from 'rxjs';
const observable = from(promise);