ng-docs.github.io icon indicating copy to clipboard operation
ng-docs.github.io copied to clipboard

Angular 官方文档中文版预编译网站

Results 106 ng-docs.github.io issues
Sort by recently updated
recently updated
newest added

升级版本到1.8.2之后,在https下会出现使用window.location.href时,url中的特殊字符会被编码,导致找不到页面问题。

升级版本到1.8.2之后,在https下会出现使用window.location.href时,url中的特殊字符会被编码,导致找不到页面问题。

页面用zoom缩放后,发现浮层overlay定位有问题,核心是在于Element.getBoundingClientRect() 的获取值,大佬们该咋解决

Angular从14.x升级到15.x后,Chromium66内核的低版本浏览器就不兼容了,即使tsconfig.json中target属性修改为es2015,编译产物也有ES2020新特性可选链,而可选链(?.)在低版本浏览器中不能识别