pierreavn / angular-tabler-icons

Tabler Icons components library for your Angular applications
https://www.npmjs.com/package/angular-tabler-icons
MIT License
21 stars 2 forks source link

Multi provider #98

Closed schabu0 closed 1 year ago

schabu0 commented 1 year ago

Hi, I'd like to use TablerIconsModule.pick i multiple lazy modules. But I noticed that in version 1.68.1 param multiple: true is no longer preset in OptionsProvider object. I wonder why and whether it is possible to restore it.

pierreavn commented 1 year ago

Hi schabu0,

It was removed due to dedicated IconsModule, but if you need it I can restore it for sure. I'll keep you in touch in the next days when it'll be ready (you can also do a PR if you want it faster 😄 )

janschab commented 1 year ago

thans, i did PR

pierreavn commented 1 year ago

Thanks for your PR, I have just released v2.11.1 with your contribution 🥳

Can you check if it works for you with the latest version: npm install angular-tabler-icons@2.11.1 or yarn add angular-tabler-icons@2.11.1

janschab commented 1 year ago

thanks a lot, it works for me, all icons from all modules are displaying 😄