Rxjs observáveis vazios
import { of} from 'rxjs';
of(); //creates empty Observable
DullDev
import { of} from 'rxjs';
of(); //creates empty Observable