ionic-team / ionic-pwa-toolkit

Build lightning fast Progressive Web Apps with zero config and best practices built-in. Go from zero to production ready with Ionic and Stencil (Web Components).
MIT License
633 stars 74 forks source link

Optimize lazy-img and strict type #29

Closed arjunyel closed 6 years ago

arjunyel commented 6 years ago

Made compatible with Typescript strict mode out of the box. the lazy-img code made me find a bug in typescript :D

In lazy-img I made an optimization where querySelector is only done once on init

jgw96 commented 6 years ago

Hey! Thanks for the PR, this is awesome!