I want to dynamically change API_URL in angular2 for deployment.
Like this
return this.http.get(process.env.API_URL +'contacts')
No Idea how to implement this in angular2.
I want to dynamically change API_URL in angular2 for deployment.
Like this
return this.http.get(process.env.API_URL +'contacts')
No Idea how to implement this in angular2.