Re: [AngularJS] any advice for beginner

2014-10-28 Thread s...@alexbyk.com
http://campus.codeschool.com/courses/shaping-up-with-angular-js/intro Also you can also check out yeoman.io - it will help you to use "must have packages", at least show how Hi, I want to learn angular and I can ask aboutthe best tutorial.What are the top used packages(must have). What would

Re: [AngularJS] One-Click Deployment of Angular 2 App

2017-04-04 Thread s...@alexbyk.com
https://electron.atom.io/ Imagine you've built an Angular 2 app that works perfectly well on your development machine. Further imagine you work for a company with a series of sales people, all of whom use MacBooks. Is there a way to provide them with a Zip file (or alternative Setup packag

Re: [AngularJS] How to convert image into array buffer in java script

2017-10-21 Thread s...@alexbyk.com
https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsArrayBuffer You might also consider to use readAsDataURL(), but that depends on your particular case On 10/21/2017 04:33 PM, ohm gupta wrote: I want to convert an image into array buffer and send it to node js where this this w