File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import { FilterByImpurePipe } from './filter-by-impure';
22
22
import { OrderByImpurePipe } from './order-by-impure' ;
23
23
import { RangePipe } from './range' ;
24
24
import { ChunkPipe } from './chunk' ;
25
- import { FromPairsPipe } from './from-pairs' ;
25
+ import { FromPairsPipe } from './from-pairs' ;
26
26
27
27
const ARRAY_PIPES = [
28
28
DiffPipe ,
@@ -81,3 +81,4 @@ export { FilterByImpurePipe } from './filter-by-impure';
81
81
export { OrderByImpurePipe } from './order-by-impure' ;
82
82
export { RangePipe } from './range' ;
83
83
export { ChunkPipe } from './chunk' ;
84
+ export { FromPairsPipe } from './from-pairs' ;
Original file line number Diff line number Diff line change @@ -45,3 +45,4 @@ export { PowerPipe } from './pow';
45
45
export { CeilPipe } from './ceil' ;
46
46
export { DegreesPipe } from './degrees' ;
47
47
export { BytesPipe } from './bytes' ;
48
+ export { RadiansPipe } from './radians' ;
You can’t perform that action at this time.
0 commit comments