I have:
showHide: false; Content Button visit
In TS file:
isMobile() { const width = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; return width < 768; }
And in HTML template
...