nativescript.module.d.ts 353 Bytes
Newer Older
patcharaporn's avatar
patcharaporn committed
1 2 3 4 5 6 7 8 9 10
import "tns-core-modules/globals";
import "tns-core-modules/application";
import "./zone-js/dist/zone-nativescript";
import "reflect-metadata";
import "./polyfills/array";
import "./polyfills/console";
import { ErrorHandler } from "@angular/core";
export declare function errorHandlerFactory(): ErrorHandler;
export declare class NativeScriptModule {
}