I am creating an angular 4 node package for a logging service that we have created. Is it possible to use the angular cli environment variables to set the default path for the service? If so, how should the path be defined for the environment file?
I am following these instructions for creating the node package: https://medium.com/@cyrilletuzi/how-to-build-and-publish-an-angular-module-7ad19c0b4464
I followed these examples for setting up environment variables: http://tattoocoder.com/angular-cli-using-the-environment-option/
https://medium.com/beautiful-angular/angular-2-and-environment-variables-59c57ba643be