VadimDez / ngx-order-pipe

▼ Angular 5+ orderBy pipe
https://vadimdez.github.io/ngx-order-pipe/
MIT License
243 stars 57 forks source link

The pipe 'orderBy' could not be found #37

Closed manuvalentim closed 6 years ago

manuvalentim commented 6 years ago

My application is experiencing the following error: The pipe 'orderBy' could not be found

<ion-item *ngFor="let city of availableCities | orderBy: 'city.name'; let index_city = index">

VadimDez commented 6 years ago

Double check how you imported this module.

VadimDez commented 6 years ago

Closing, no feedback.

alobban commented 6 years ago

Receiving this error as well.

// app.module
import { OrderModule } from 'ngx-order-pipe';
...
imports: [ ... , OrderModule ];

Was there any other configurations not listed in the instructions?

ld-gary commented 6 years ago

Same here, imported same as comment above...