Added application resources (used for binding converters), also some bug

fixes (binding related).
This commit is contained in:
Nedyalko Nikolov
2015-03-30 13:44:37 +03:00
parent dfcc820f2f
commit d952faa3c2
8 changed files with 151 additions and 37 deletions

View File

@ -6,6 +6,8 @@ import styleScope = require("ui/styling/style-scope");
export var cssFile: string = "app.css"
export var resources: any = {};
export var onUncaughtError: (error: definition.NativeScriptError) => void = undefined;
export var onLaunch: (context: any) => any = undefined;