Skip to content

Commit

Permalink
Add orderBy pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
danrevah committed Jan 29, 2017
1 parent a0a810d commit 9d270ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/pipes/array/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ import {SamplePipe} from './sample';
import {GroupByPipe} from './group-by';
import {FilterByPipe} from './filter-by';
import {NgModule} from '@angular/core';
import {OrderByPipe} from './order-by';

const ARRAY_PIPES = [
DiffPipe, FlattenPipe, InitialPipe, IntersectionPipe, ReversePipe, TailPipe,
TrurthifyPipe, UnionPipe, UniquePipe, WithoutPipe, PluckPipe, ShufflePipe,
EveryPipe, SomePipe, SamplePipe, GroupByPipe, FilterByPipe
EveryPipe, SomePipe, SamplePipe, GroupByPipe, FilterByPipe, OrderByPipe
];

@NgModule({
Expand Down

0 comments on commit 9d270ae

Please sign in to comment.