Node Editor theming with Angular 6

Hello,

I would make modification to the Node Red Editor , is it possible to redesign the interface ? I would use Angular framework.

Thanks

Feel free - the code is all open source. We have no plans to take the project in this direction and have not been using typescript so you are on your own.

Hi @hmzhdd

You are free to redevelop the editor if you want to. The editor uses the admin http API to get information from the runtime, deploy flows etc. This is documented on nodered.org/docs/api

The existing editor doesn't use angular or any equivalent framework other than jQuery and d3.

If you had specific requirements or reasons for redeveloping the editor we'd be interested to hear them.