export class UsersService {
corsProxy = \'https://cors-anywhere.herokuapp.com/\';
constructor( private _http: HttpClient, ) { }
_getAllUsers(): Observable {