How use RxJs in thingsboard widgets

Viewed 75

does anyone know how to use RxJs in widgets? create streams for example. the only thing that found it self.ctx.rxjs.of(). but there is no use. thanks

1 Answers

Try to use Static widget with any custom HTML, CSS and external JS libs

Related