ng-typeview
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -160,3 +160,3 @@ "use strict"; | ||
new NgFilter("translate", "(key: string) => string"), | ||
new NgFilter("linky", "(text:string, target: '_blank'|'_self'|'_parent'|'_top') => string"), | ||
new NgFilter("linky", "(text:string | null, target: '_blank'|'_self'|'_parent'|'_top') => string"), | ||
new NgFilter("orderBy", "<T, K extends keyof T>(input:T[], field: K) => T[]"), | ||
@@ -163,0 +163,0 @@ new NgFilter("filter", "<T>(input:T[], v: string | { [P in keyof T]?: T[P]; }) => T[]"), |
{ | ||
"name": "ng-typeview", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"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
4
1
148560
38
1970