我想通过 SSL 为我的应用程序提供服务,之前我有这个脚本:
ng serve --ssl --ssl-key "pathtokey\key.crt"
我想在新的 angular.json 中添加 SSL,但是当我尝试添加它时出现错误:
Schema validation failed with the following errors:
Data path "" should NOT have additional properties(ssl).
将 SSL 与 angular cli 6 一起使用的正确方法是什么?