mirror of
https://github.com/eugeny/tabby
synced 2025-12-02 05:52:51 +00:00
8 lines
279 B
Plaintext
8 lines
279 B
Plaintext
.progressbar([style.width]='progress + "%"', *ngIf='progress != null')
|
|
.index(
|
|
#handle,
|
|
[style.background-color]='tab.color',
|
|
) {{index + 1}}
|
|
.name([title]='tab.customTitle || tab.title') {{tab.customTitle || tab.title}}
|
|
button((click)='app.closeTab(tab, true)') ×
|