We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1bb76 commit b9fa68eCopy full SHA for b9fa68e
README.md
@@ -49,8 +49,8 @@ A working example can be found inside [/src](https://github.com/thisissoon/angul
49
[sizes]="sizes"
50
imgClass="foo"
51
alt="lorem ipsum"
52
- (imagePlaceholderLoaded)="onPlaceholderLoad($event)"
53
- (imageLoaded)="onFullResLoad($event)">
+ (placeholderLoaded)="onPlaceholderLoad($event)"
+ (imageLoaded)="onImageLoad($event)">
54
</sn-image-loader>
55
```
56
@@ -85,7 +85,7 @@ export class AppComponent {
85
// Do something
86
}
87
88
- public onFullResLoad(imageLoadedEvent: ImageLoadedEvent) {
+ public onImageLoad(imageLoadedEvent: ImageLoadedEvent) {
89
90
91
0 commit comments