Angular on Docker

This article was originally published in 2018, but has been updated to bring it into line with Angular 18. A full example project to accompany this post can be found here. Angular applications often need settings which vary depending on which environment they are running in. For example, when running in production, an application may need to use a different URL to connect to a backend api, than it does when running in a staging environment, or locally on a developer’s machine. ...

October 24, 2024 · Gareth Erskine-Jones