UNPKG

@codelab/nativescript-cast

Version:

NativeScript Chromecast Plugin.

18 lines (14 loc) 442 B
import { NgModule } from '@angular/core'; import { registerElement } from '@nativescript/angular'; import { CastButton } from '@codelab/nativescript-cast'; class NativescriptCastModule { } NativescriptCastModule.decorators = [ { type: NgModule } ]; registerElement("CastButton", () => CastButton); /** * Generated bundle index. Do not edit. */ export { NativescriptCastModule }; //# sourceMappingURL=nativescript-cast-angular.js.map