ng-typeview
Advanced tools
Comparing version 0.0.35 to 0.0.36
@@ -79,4 +79,4 @@ "use strict"; | ||
new NgFilter("date", "(date:Date|string|number, format?: string, timezone?: string)=>string"), | ||
new NgFilter("currency", "(amount:number, symbol?: string, fractionSize?:number)=>string") | ||
new NgFilter("currency", "(amount:number|string, symbol?: string, fractionSize?:number)=>string") | ||
]; | ||
//# sourceMappingURL=filters.js.map |
{ | ||
"name": "ng-typeview", | ||
"version": "0.0.35", | ||
"version": "0.0.36", | ||
"description": "library to enable type-checking of angular views when using typescript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
203116