add missing export in application-common

This commit is contained in:
Hristo Hristov
2017-03-07 10:01:06 +02:00
parent a6fa0781f7
commit d5bd9be1f2

View File

@ -7,6 +7,8 @@ const events = new Observable();
// First merge all functions from events into application-common so that later appModule.on will be defined.
global.moduleMerge(events, exports);
export { Observable };
import { NativeScriptError, UnhandledErrorEventData, iOSApplication, AndroidApplication, CssChangedEventData } from "application";
import { NavigationEntry } from "ui/frame";