Oleg Nechaev
Oleg Nechaev
http://plnkr.co/edit/atS8p8XgNH0S8BYMwbry?p=preview
Output for Python 3.7.3, Python2.7.16, Python3 in pudb 2019.2: ``` >>> u'\xf6' == u'ö' True ``` Output for Python 2.7.16 (and 2.7.15) in pudb 2019.2 ``` >>> u'\xf6' == u'ö'...
``` {{#if condition}} {{/if}} ```
if a value is Promise/rxjs etc, to be able to process any type
check if it's one element ``` ```
component.register({name, handler}); component.invoke({name, element, parentInterface}); parentInterface: * watch(name, callback); * unwatch * destroy * sendEvent * setAPI