In newer versions of angular, the success and error functions, which were the legacy functions used by promises, are deprecated. As a result, these functions are not defined, and your code gives errors on lines 43, 53, 153, and 158.
There is already a pull request for the code change.
In newer versions of angular, the success and error functions, which were the legacy functions used by promises, are deprecated. As a result, these functions are not defined, and your code gives errors on lines
43
,53
,153
, and158
.There is already a pull request for the code change.
https://github.com/kinstephen/angular-azure-blob-upload/pull/14
Please review that request and make the change.
Thank you