Is there any macro possibility in angular.json, like referring environment variables, etc? Particularly I would like to get the current angular root folder name.
Asked
Active
Viewed 26 times
0
-
1I think there is a global variable `__dirname` for that: https://stackoverflow.com/a/57783207/2924577 – Nikhil Feb 23 '23 at 08:49