mirror of
https://github.com/eugeny/tabby
synced 2026-09-16 18:16:10 +00:00
7 lines
208 B
Plaintext
7 lines
208 B
Plaintext
.item(*ngFor='let item of model')
|
|
.body((click)='editItem(item)')
|
|
.stroke(*ngFor='let stroke of item') {{stroke}}
|
|
.remove((click)='removeItem(item)') ×
|
|
|
|
.add((click)='addItem()') Add...
|