@nota/nativescript-webview-ext
Version:
Extended WebView for NativeScript which adds 'x-local' scheme for local-files. events between WebView and native-layer, javascript execution, injecting CSS and JS-files.
30 lines (24 loc) • 1.25 kB
JavaScript
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@nativescript/angular')) :
typeof define === 'function' && define.amd ? define('nota-webview-ext-angular', ['exports', '@angular/core', '@nativescript/angular'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["nota-webview-ext-angular"] = {}, global.ng.core, global["ns-angular"]));
})(this, (function (exports, core, angular) { 'use strict';
var webviewElementName = "WebViewExt";
if (!angular.isKnownView(webviewElementName)) {
angular.registerElement(webviewElementName, function () { return require("@nota/nativescript-webview-ext").WebViewExt; });
}
var WebViewExtModule = /** @class */ (function () {
function WebViewExtModule() {
}
return WebViewExtModule;
}());
WebViewExtModule.decorators = [
{ type: core.NgModule }
];
/**
* Generated bundle index. Do not edit.
*/
exports.WebViewExtModule = WebViewExtModule;
Object.defineProperty(exports, '__esModule', { value: true });
}));
//# sourceMappingURL=nota-webview-ext-angular.umd.js.map