Add close button to search panel

This commit is contained in:
Chris Kaczor 2019-10-13 21:41:29 -04:00
parent 4bf67b0904
commit cbc60c606c

View File

@ -32,3 +32,9 @@
placement='bottom'
)
i.fa.fa-fw.fa-text-width
button.btn.btn-outline(
(click)='close.emit()',
ngbTooltip='Close',
placement='bottom'
)
i.fa.fa-fw.fa-times