johannschopplich / unlazy

🪧 Universal lazy loading library for placeholder images leveraging native browser APIs

Home Page:https://unlazy.byjohann.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Integration

sksk008 opened this issue · comments

Reproduction

import { lazyLoad } from 'unlazy'

// Apply lazy loading for all images by the selector img[loading="lazy"]
lazyLoad()

Describe the bug

i have follow all the step but nothing happen in img tag

Additional context

No response

Logs

No response

Hi there!
Please follow the Generic How-To guide to create a component for the framework of your choice, Angular included.

PR for an Angular integration welcome!