我的OAuth令牌每隔15分钟刷新一次,但刷新时间Spinkit加载却很烦人。由于它是静默更新,因此用户不应在静默更新上显示spinkit。我添加了[filteredUrlPatterns] =“ ['silent-renew.html']”,但无法正常工作。
`<ng-http-loader [backgroundColor]="'#103157'"
[spinner]="spinkit.skRotatingPlane"
[debounceDelay]="0"
[minDuration]="1000"
[extraDuration]="300"
[filteredUrlPatterns]="['silent-renew.html']">
</ng-http-loader>
`
感谢进阶。