of operator creates an observable with return arguments as emit value
of
import { of } from 'rxjs'; const of$ = of(10, 20, 30);
Official Doc: rxjs.of