nativescript-community / ui-image

Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.
Apache License 2.0
36 stars 9 forks source link

v4.3.17 Missing angular type files in NPM #52

Closed CalebSWhite closed 9 months ago

CalebSWhite commented 9 months ago

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

Run npm install with @nativescript-community/ui-image@4.3.17. When you try to run an angular project using this version you get an error

error TS2307: Cannot find module '@nativescript-community/ui-image/angular' or its corresponding type declarations.
import { TNSImageModule } from '@nativescript-community/ui-image/angular';

You can see it on npm code brower in the angular folder that 4.3.16 has the type files (https://www.npmjs.com/package/@nativescript-community/ui-image/v/4.3.16?activeTab=code) and 4.3.17 doesn't (https://www.npmjs.com/package/@nativescript-community/ui-image/v/4.3.17?activeTab=code)

farfromrefug commented 9 months ago

@CalebSWhite sorry about that! should be fixed in latest

CalebSWhite commented 9 months ago

No worries at all @farfromrefug. Thanks for your work!!