Closed jneterer closed 4 years ago
Thanks for the detailed report, We're investigating this issue and will report back shortly.
@jneterer Thank you for your report. This has been fixed in the latest release. Please let us know if you have any other issues.
@patrick-tolosa @strausr The changes are working as expected, thank you for the quick response and fix!
Describe the bug
When using
<cl-placeholder></cl-placeholder>
to set an image placeholder described here I am getting the following error:This is my exact code. If I remove the
<cl-placeholder></cl-placeholder>
it loads the image as expected.Issue Type
[ ] Build - Can’t install or import the SDK [ ] Babel - Babel errors or cross browser issues [ ] UI/Performance - Display or performance issues [X] Behaviour - Functions aren’t working as expected (Such as generate URL) [X] Documentation - Inconsistency between the docs and behaviour [ ] Incorrect Types [ ] Other (Specify)
Steps to reproduce
I have a single image in my account named angular-starters.png. Steps can be viewed in my repo and commit, I have provided those below.
Error screenshots
Browsers (if issue relates to UI, else ignore)
[ ] Chrome [ ] Firefox [ ] Safari [ ] Other (Specify) [X] All
Versions and Libraries
"@cloudinary/angular-5.x": "^1.2.0-rc.0", "cloudinary-core": "^2.8.2", Angular - ~9.0.4 Node - 10.14.2 NPM - 6.14.4
Config Files
Package.json
Babelrc - NA
Repository
Repo: https://github.com/jneterer/angular-starters/tree/cloudinary-integration Commit: https://github.com/jneterer/angular-starters/commit/f1714e5cd144ae7e558acdb67e31370993102a79
Thanks for your help!!