Is it possible to get a data from system environmet variable in run time using Angular. if yes how can we do this ?
ex: Let say i set a value in environemnt varable
So is it possible to get in angular from system environment variable in run time?
Is it possible to get a data from system environmet variable in run time using Angular. if yes how can we do this ?
ex: Let say i set a value in environemnt varable
So is it possible to get in angular from system environment variable in run time?
The answer is no.
Environment variables are not exposed to JavaScript, they are used during build time only.