Template Syntax
Show / Hide
Like <if>, but keeps the element in the DOM and toggles display:none.
Component.html
<show when="state.visible"> <div class="panel">Always in the DOM; only visibility toggles.</div> </show>
Like <if>, but keeps the element in the DOM and toggles display:none.
<show when="state.visible"> <div class="panel">Always in the DOM; only visibility toggles.</div> </show>