Closed JustMeDaFaq closed 8 years ago
Hi, is typescript support planned?
Tried it like that:
//make sure require gets defined like this: declare var require:(moduleId:string) => any; //trying castv2 var Client = require('castv2-client').Client;
But im getting following error http://localhost:8100/node_modules/castv2/lib/cast_channel.proto 404 (Not Found)
Using ionic2 / angular 2
This module is meant to be used server-side. You won't make it work client-side...
Hi, is typescript support planned?
Tried it like that:
But im getting following error http://localhost:8100/node_modules/castv2/lib/cast_channel.proto 404 (Not Found)
Using ionic2 / angular 2