Comparing version 0.3.5 to 0.3.6
{ | ||
"name": "ng2-pipes", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"author": "Dan Revah", | ||
@@ -5,0 +5,0 @@ "description": "Useful angular2 pipes", |
@@ -41,2 +41,5 @@ # Angular2 Pipes | ||
- [pow](#pow) | ||
- [degrees](#degrees) | ||
- [radians](#radians) | ||
- [bytes](#bytes) | ||
- [Boolean](#Boolean) | ||
@@ -43,0 +46,0 @@ - [isNull](#isNull) |
@@ -12,6 +12,7 @@ import {MaxPipe} from './max'; | ||
import {BytesPipe} from './bytes'; | ||
import {RadiansPipe} from "./radians"; | ||
export const MATH_PIPES = [ | ||
MaxPipe, MinPipe, PercentPipe, SumPipe, FloorPipe, RoundPipe, SqrtPipe, PowerPipe, | ||
CeilPipe, DegreesPipe, BytesPipe | ||
CeilPipe, DegreesPipe, BytesPipe, RadiansPipe | ||
]; |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
214164
313
3510
631
0