@monurakkaya wrote:
Hi there,
is there anyway to use following packages with ionic4 ?
im adding pipes module to app.module.ts imports
but when i try to use for example orderBy pipe it throws below error :
Uncaught (in promise): Error: Template parse errors:
The pipe ‘orderBy’ could not be found<ion-select-option *ngFor="let country of countries | orderBy: '-'" [value]="country.id">{{ country.name}}</ion-select-option>
Posts: 1
Participants: 1