Closed edyrkaj closed 3 years ago
At documentation section angular there is wrong use of response data from Promise
.then((data) => //wrong: const img = new ImageSource(res); //correct: const img = new ImageSource(data);
At documentation section angular there is wrong use of response data from Promise