Defining and Managing environments in Angular

One of the most common tasks in software development is to define specific environments and manage them to develop, test, promote and deploy code. This is essential to use different values for various resources such as API’s or databases in different environments. For e.g. you may use a low powered SQL Lite instance for local development but use a large instance in staging and production. Similarly, you may use a local instance of an API in development and a different instance in production....

February 13, 2018 · (updated January 16, 2022) · 2 min · Pradeep Loganathan