ngx-filter-pipe icon indicating copy to clipboard operation
ngx-filter-pipe copied to clipboard

Impossible to use in Angular 16

Open sergey-morenets opened this issue 1 year ago • 3 comments

Bug Report or Feature Request (mark with an x)
- [ ] Regression (a behavior that used to work and stopped working in a new release)
- [x ] Bug report -> please search issues before submitting
- [ ] Feature request
- [ ] Documentation issue or request

Hi

We tried to migrate to Angular 16. However our project build failed with an error:

    1 export declare class FilterPipeModule {
                           ~~~~~~~~~~~~~~~~
    This likely means that the library (ngx-filter-pipe) which declares FilterPipeModule is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the 
library's authors to see if the library is expected to be compatible with Ivy.

So do you have any plans to support latest versions of Angular or maybe you can offer replacements ?

sergey-morenets avatar May 11 '23 09:05 sergey-morenets

I am facing the same issue, please reply if you are planning to release Ivy support. Thanks

stormbreakR1 avatar Jun 09 '23 07:06 stormbreakR1

Anyone who have faced this same issue and found any replacement, plz do share as authors of this plugin is not publishing any update for ivy.

stormbreakR1 avatar Jun 27 '23 08:06 stormbreakR1

@sergey-morenets @stormbreakR1

Give adding it yourself a try, it worked for me after tinkering with it for a bit.. any issues, let me know.

https://github.com/ceotrammell/ngx-filter-pipe-ivy-fix

ceotrammell avatar Jul 02 '23 07:07 ceotrammell