mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-18 10:30:01 +00:00
8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
.content(#content, [style.opacity]='frontendIsReady ? 1 : 0')
|
|
search-panel(
|
|
*ngIf='showSearchPanel',
|
|
@slideInOut,
|
|
[frontend]='frontend',
|
|
(close)='showSearchPanel = false'
|
|
)
|