nativescript-community / ui-material-components

Monorepo that contains all of the NativeScript Material Design plugins.
https://nativescript-community.github.io/ui-material-components/
Apache License 2.0
219 stars 80 forks source link

Types missing for Angular Bottomsheet: ui-material-bottomsheet/angular missing index.d.ts file #441

Closed CodeWitchJosie closed 1 year ago

CodeWitchJosie commented 1 year 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.

See StackBlitz here: https://stackblitz.com/edit/nativescript-stackblitz-templates-fvvxry?file=src/app/app.module.ts Code cannot compile due to missing index.d.ts file under node_modules/@nativescript-community/ui-material-bottomsheet/angular/

vallemar commented 1 year ago

I put it here in addition to discord in case anyone else has this problem

@farfromrefug Is a problem of last release, use 7.0.42

npm install @nativescript-community/ui-material-bottomsheet@7.0.42
farfromrefug commented 1 year ago

@vallemar thanks I'll look a it tosay

farfromrefug commented 1 year ago

@CodeWitchJosie @vallemar should be fixed in 7.1.1

CodeWitchJosie commented 1 year ago

@farfromrefug Confirmed working for us!