UNPKG

786 BJavaScriptView Raw
1(function (global, factory) {
2 typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@nativescript/angular')) :
3 typeof define === 'function' && define.amd ? define('nativescript-angular', ['exports', '@nativescript/angular'], factory) :
4 (global = global || self, factory(global['nativescript-angular'] = {}, global['ns-angular']));
5}(this, (function (exports, angular) { 'use strict';
6
7 /**
8 * Generated bundle index. Do not edit.
9 */
10
11 Object.keys(angular).forEach(function (k) {
12 if (k !== 'default') Object.defineProperty(exports, k, {
13 enumerable: true,
14 get: function () {
15 return angular[k];
16 }
17 });
18 });
19
20 Object.defineProperty(exports, '__esModule', { value: true });
21
22})));
23//# sourceMappingURL=nativescript-angular.umd.js.map