RXJ yang dapat diamati kosong

import { of} from 'rxjs';

of(); //creates empty Observable
DullDev