You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AngularJS
Hi, everyone!
I got stucked importing Vimeo.js library (https://github.com/vimeo/vimeo.js) in Angular 2 with TypeScript. What is equivalent to var Vimeo = require('vimeo').Vimeo; ?
Thank you so much! :-)
Zlatko Đurić
unread,
Aug 26, 2016, 3:18:35 AM8/26/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AngularJS
The equivalent of that would be "import { Vimeo } from 'vimeo';".
You might also need to tell your packager (Systemjs, we pack?) where it can find 'vimeo'.
Jorge Sanz Pérez
unread,
Aug 26, 2016, 1:27:52 PM8/26/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AngularJS
Cool! Thank you so much! I am trying it with editing my system.config.js! Let see if I get it! :-D