Hi @javiseeker
In most instances you would use process.env.ENV_VAR_NAME
to access environment variables, including in Angular.
For reference:
- Angular on Netlify | Netlify Docs
- Angular in the Jamstack - Jamstack Explorers
- Part 1: An Angular Jamstack Site with Dynamic Data Using Sanity.io (which has an attached GitHub repo which uses environment variables.)
Hope this helps.