@codelab/nativescript-cast
Version:
NativeScript Chromecast Plugin.
27 lines (21 loc) • 1.26 kB
JavaScript
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@nativescript/angular'), require('@codelab/nativescript-cast')) :
typeof define === 'function' && define.amd ? define('nativescript-cast-angular', ['exports', '@angular/core', '@nativescript/angular', '@codelab/nativescript-cast'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['nativescript-cast-angular'] = {}, global.ng.core, global['ns-angular'], global['ns-cast']));
}(this, (function (exports, core, angular, nativescriptCast) { 'use strict';
var NativescriptCastModule = /** @class */ (function () {
function NativescriptCastModule() {
}
return NativescriptCastModule;
}());
NativescriptCastModule.decorators = [
{ type: core.NgModule }
];
angular.registerElement("CastButton", function () { return nativescriptCast.CastButton; });
/**
* Generated bundle index. Do not edit.
*/
exports.NativescriptCastModule = NativescriptCastModule;
Object.defineProperty(exports, '__esModule', { value: true });
})));
//# sourceMappingURL=nativescript-cast-angular.umd.js.map