Angular 15:代理配置不工作或扣除

问题描述 投票:0回答:0

我新创建了一个新的 Angular 15 应用程序,并尝试使用代理配置属性运行,但代理没有被扣除或根本不工作。

源码在

https://github.com/jonesprabu/custom-form-elements/blob/main/src/proxy.conf.json

Api调用在

https://github.com/jonesprabu/custom-form-elements/blob/main/src/app/services/manage-students.service.ts#:~:text=const%20students%24%20%3D %20this.http.get%3CStudent%5B%5D%3E(%60%24%7Benvironment.api%7D/students%60)%3B

请帮我找出这个项目哪里出了问题?

angular proxy webpack-dev-server
© www.soinside.com 2019 - 2024. All rights reserved.