Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve documentation so renderer doesn't throw an error in a strict mode like this: ``` Error: app/modules/components/example.component.html:7:61 - error TS2322: Type 'string' is not assignable to type 'number'. 7 <div class="img" [lazyLoad]="profile.url" offset="100"></div> ```
- Loading branch information