UNPKG

@nativescript/template-hello-world-ng

Version:
8 lines (7 loc) 246 B
/** * NativeScript Polyfills */ // Install @nativescript/core polyfills (XHR, setTimeout, requestAnimationFrame) import '@nativescript/core/globals'; // Install @nativescript/angular specific polyfills import '@nativescript/angular/polyfills';