Mohsen Azimi
Mohsen Azimi
How this should work if children is not serializable?
This is an Angular 1 directive and should work in any Angular 1 environment. You're probably missing something in your app. Maybe you're not including JSON Editor dependency files...
This is a thin wrapper around JSON Editor (find it in package.json dependencies). it should be easy to wrap JSON Editor in an Angular2 component as well. I have no...
@s100 if you make a PR with ng-annotate I'll merge and publish it. I'm too busy at the moment to put the time for it.
I think a better way to solve this is to introduce ng-annotate to the gulp build system.
I'm not sure if I understand what the problem is. Can you write a step by step guide to reproduce it?
#7 is addressing event loop related issues. Also in browsers with workers it is possible to do some operations in a worker and transfer the data via structured clone algorithm.
Thanks @getify. This makes a lot of sense. Myself personally would use async APIs all over the place without thinking about input size. I think it's implementor's job to determine...
Maybe use the node Global object to override console
It's done using cli-table package. You can check that package to see if it's possible. A PR is welcome!