UNPKG

nativescript-ng2-vlc-player

Version:
14 lines (13 loc) 481 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } // for standard export at bottom var vlc_component_1 = require('./src/app/components/vlc.component'); // for manual imports __export(require('./src/app/components/vlc.component')); __export(require('./src/app/components/VLCSettings')); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { directives: [vlc_component_1.VLCComponent], };