mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Added application resources (used for binding converters), also some bug
fixes (binding related).
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user