Why doesn’t merging two observables & returning an observable work w/ Angular guard in Javascript?
I have two services which returns Observables one is admin service which checks if user is admin and the second one is the service with method fetching CVs to see if user has already created cv. I want to lock…