Puste obserwowalne RXJS

import { of} from 'rxjs';

of(); //creates empty Observable
DullDev