Angular Environmental Variables and Configuration

preview_player
Показать описание
In an #angular application, we can use different variables/configurations on each environment by utilizing the default environment files.

This video will show you how to use a domain name for the development, production, and staging environment.

******************************************************
Let's Connect
******************************************************

#angular #learnAngular #angularTutorial #webdevelopment #webdeveloper #frontenddeveloper #frontenddevelopment
Рекомендации по теме
Комментарии
Автор

Awesome! I always learn something new on your channel. Thanks

ugochukwuumerie
Автор

how to define environmental variables in docker file dynamicaly for deploy?

CodewebTecnologia
Автор

Short and concise, yet informative 👏 hopefully you can do CI/CD for Prod or UAT even if it is a simple app only. Thank you.

_emnljrz
Автор

Thanks 👍👍 i didn't knew about adding an new environment file and the modification you did in angular.json

rs
Автор

Useful information and good presentation

abhijitmandrekar
Автор

This is great, but I am still hard-coding the backend API. Is it not possible to Inject it on runtime. Sorry, I'm kind of new to this, but I'd like to deploy to Heroku and define my API_URL there.

whlxhzd
Автор

Great video thanks!, What tool do you use to draw on the screen?

jornetenijenhuis
Автор

hi i am new to angular bcz i have used React and Nextjs for my projects but now i want to use Angular and i built a simple app using angular 17 so now i want to keep away the api keys from github and want to add manually in vercel or render on deployment like i used to on react and nextjs. so how to add environmental or .env values to project i tried to use dot env package but it stopped my some functionality in app.

mahenderkurikyala
Автор

Why you aren't using process.env for environments variables instead of importing the config files?

seva
Автор

These are not Environment Variables but just a static Configuration Files

libnerrr