I have:
showHide: false; Content Button visit
You can use window.screen.width. Example:
ngOnInit() { if (window.screen.width === 360) { // 768px portrait this.mobile = true; } }
Html: