bnfrnz

Results 2 comments of bnfrnz

In 3.3.0 still not working for me. With `angular2-moment` everything worked. With `ngx-moment` it does not. Edit: Never mind! It was an issue with app-script or webpack. Got it to...

I just found a way to determine a loading error by specifying a fallback URL and then checking as follows: ``` onLoad(imgLoader: ImgLoader) { this.loaded = imgLoader.element.attributes['src'].value !== fallbackUrl; }...