标签: angular typescript
如何以angular2获取页面的当前文档大小。用jquery我做了这个
$(document).width()
感谢您的帮助
答案 0 :(得分:2)
以下代码行将完成工作:
document.body.clientWidth;