在我的Angular2项目中,我使用通过oidc-client-js的身份验证流程,并从Auth服务器接收令牌,然后将silent-renew.html页面放在src文件夹中。 我也将它添加到angular-cli.json文件:
"assets": [
"assets",
"favicon.ico",
"{ "glob": "silent-renew.html", "input": "./", "output": "./" }"
]
因此,我假设文件silent-renew.html可在http://localhost:4200/silent-renew.html上使用,但我有一个错误:无法获取/silent-renew.html。如何使此静态html对Angular可见?