window.screen.height; window.screen.width;
window.screen.width //or just screen.width
public innerWidth: any; ngOnInit() { this.innerWidth = window.innerWidth; }