Using Angular-Material Design Elements with Template-Node

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

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.