AngularNinja.com
AngularNinja.com
uploads
support for multi uploads?
There are so many variants of this projects not sure which one to use, is it all managed by same guys: https://github.com/videogular/ngx-videogular https://github.com/videogular/videogular https://github.com/sliceofbytes/ngx-videogular I understand some are forks but...
Please support this awesome plugin in LightEdit mode... LightEdit mode is my to go editor and would love to be able to code glance as well Tx Sean
``` export default function NameTakenValidator(control:Control):Promise { let q = new Promise((resolve, reject) => { setTimeout(() => { if (control.value === 'Sean') { resolve({"taken": true}); } else { resolve(null); } },...
Using in Angular2, often popup won't come up (but icon does show red) OS: Windows 10 64bit Let me know what else info I can provide, Regards, Sean
aot is still in very early stages. any chance of running hmr in jit mode? regards Sean
Getting the attached error I am on Win 10 64bit and using VS emulator  Angular 2 Kitchen sink: http://ng2.javascriptninja.io and source@ https://github.com/born2net/Angular-kitchen-sink Regards, Sean
How to package for the web? tried Browserfy but could not use it, errored with can't find parseString... regards Sean
all I can say is wow, I tried a bunch of libs as I have a pretty complex setup and this lib is the ONLY one that worked flawlessly. THE...
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/twilio/twilio-node/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/twilio/twilio-node/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...