Hello,
i want to use some custome design elements from Material-Angular with the template-node.
I didn't worked to use the chips-component and some others with code like that:
<mat-chip-listbox aria-label="decoder 01 ampel">
<mat-chip-option color="{{msg.color}}">
{{msg.payload}}
</mat-chip-option>
</mat-chip-listbox>
Then i've read that Node-RED only support angular v1. UI with template-node and Angular - #2 by dceejay
So in this case which angular elements can i use?
Thanks,
Bond