+ '?' + params,
this.getHeaders()
)
.toPromise()
.then((data: T) => data)
.catch(e => e);
все это обернуть в fromPromise() :)))
Обсуждают сегодня