UNPKG

nativescript-angular

Version:

An Angular renderer that lets you build mobile apps with NativeScript.

11 lines (10 loc) 377 B
import "tns-core-modules/globals"; import "tns-core-modules/application"; import "./zone-js/dist/zone-nativescript"; import "./polyfills/array"; import "./polyfills/console"; import { ErrorHandler } from "@angular/core"; export declare function errorHandlerFactory(): ErrorHandler; export declare class NativeScriptModule { constructor(parentModule: NativeScriptModule); }