mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-07 21:10:00 +00:00
7 lines
219 B
Plaintext
7 lines
219 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()', translate) Add...
|