I have an app which works with outside ressources like InboxSdk and MsGraph.I was working with ng serve and everything was good.
But when I tried to make my ng build instance ,I discovered that the functionnality of outside ressources only works from localhost:4200 (ng serve shoud be used). I think it's the difference between "@angular-devkit/build-angular:browser" and "@angular-devkit/build-angular:dev-server" builders in angular.json .
Do you guys have any idea why does it work like that and how can I figure it out?