mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-23 04:49:59 +00:00
8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
div(
|
|
[style.background]='model',
|
|
ngx-colors-trigger,
|
|
[(ngModel)]='model',
|
|
(ngModelChange)='modelChange.emit($event)',
|
|
[ngbTooltip]='hint'
|
|
) {{ title }}
|