Is there any way to fetch operating system variables in Angular like Java and Path. same like we have in Node.js "process.env.JAVA".
I have tried googling it but everyone is saying create a file environment.ts but this is not my requirement, i need to fetch the System variable in Angular.
Thanks in advance.