You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not able to find the answer neither in documentation nor on github. Does exist any support for error scenario in ngx-gallery library? I'd like to handle situation when server responds with an error while requesting unexisting image. In pure Angular I could do following:
I'm not able to find the answer neither in documentation nor on github. Does exist any support for error scenario in ngx-gallery library? I'd like to handle situation when server responds with an error while requesting unexisting image. In pure Angular I could do following:
<img src="assets/sample.jpeg" (error)="setValue()">
Is there any event made available on gallery component?
What is the expected behavior?
Possibility to hook event onError or similar.
What is the current behavior?
Cannot see any information regarding error handling in docs.
Which versions are you using for the following packages?
Angular: 6.03
Angular CDK: 6.4.1
Angular CLI: 6
Typescript: 2.9.2
Gallery: 3.0.2
The text was updated successfully, but these errors were encountered: