feat(material): first ng2 material design components
This commit is contained in:
committed by
Yegor Jbanov
parent
ffe13078e5
commit
f149ae79c6
@@ -10,6 +10,8 @@ class Math {
|
||||
return math.pow(x, exponent);
|
||||
}
|
||||
|
||||
static num max(num a, num b) => math.max(a, b);
|
||||
|
||||
static num min(num a, num b) => math.min(a, b);
|
||||
|
||||
static num floor(num a) => a.floor();
|
||||
|
||||
Reference in New Issue
Block a user