diff --git a/tns-core-modules/application/application-common.ts b/tns-core-modules/application/application-common.ts index 8110203d3..0086cb8d0 100644 --- a/tns-core-modules/application/application-common.ts +++ b/tns-core-modules/application/application-common.ts @@ -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";