flowjs / ngx-flow

flow.js file upload for angular
MIT License
60 stars 19 forks source link

NgxFlowModule not found in @flowjs/ngx-flow since 0.8.0 #114

Closed sebastiencl closed 8 months ago

sebastiencl commented 8 months ago

Since the last update, FlowInjectionTokenand NgxFlowModuleno longer seem to be exported. Did I miss something?

Quentigus commented 8 months ago

@evilaliv3, this version seems to be published without any compilation.

❌ 0.8.0 : https://www.npmjs.com/package/@flowjs/ngx-flow?activeTab=code vs ✅ 0.7.2 : https://www.npmjs.com/package/@flowjs/ngx-flow/v/0.7.2?activeTab=code

https://github.com/flowjs/ngx-flow/issues/97#issuecomment-1932093755

sebastiencl commented 8 months ago

It's work well with 0.8.1

evilaliv3 commented 8 months ago

Thank you for the feedback @sebastiencl