Set Angular 12 environment variable from Netlify on Build stage

Hi @javiseeker

In most instances you would use process.env.ENV_VAR_NAME to access environment variables, including in Angular.

For reference:

Hope this helps.

2 Likes