UNPKG
mcm-lazyload-image
Version:
latest (0.0.4-alpha)
0.0.4-alpha
0.0.3
0.0.2
0.0.1
Lazy load image directive to angular
gitlab.com/b.castro/mcm-lazyload-image
mcm-lazyload-image
/
src
/
app-assets.ts
4 lines
•
126 B
text/typescript
View Raw
1
2
3
4
export
class
AppAssets
{ static default =
'./assets/mcm-default.png'
; static errImage =
'./assets/mcm-no-image.png'
; }