I have just started developing applications in Angular, for now the connection path with the BackEnd (for example: 192.169.1.114:8080) I have the app.module.ts. But I would like that path to be in some kind of configuration file type Web.Config of .Net, which exists when the dist was generated and to be able to go there to modify the path without having to generate the dist again.
Or if you know a better way to not have that path hardcodeado, I would be of great help the experience of someone who knows more the development in angular.
Thank you very much in advance community.