mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-19 10:59:54 +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)') ×
|