examples
examples copied to clipboard
Is there any example implemented with FeathersJS
I have tried install and create Rete.Engine to one of my service on FeathersJS app but it got error regeneratorRuntime is not defined
After searching i found issues #16 maybe can solved my problem with install babel-polyfill
and config at .babelrc
Polyfills are missed in your project https://github.com/retejs/examples/blob/master/Angular/src/polyfills.ts
but i dont know how to config that solution, there is no .babelrc
file in my project.