Search code examples
angularangular16

ngx-order-pipe fails to build in angular 16


I just did import { OrderModule } from 'ngx-order-pipe'; in app.module.ts and added it in imports

  imports: [BrowserModule, OrderModule,...],

and when I did ng serve, I am getting below failed to compile error enter image description here


Solution

  • ngx-order-pipe is not built for Ivy (see this issue).

    Angular v16 has dropped the support for non-ivy libs.