In my angular 4 project I have a made a file of some constants and getting access to it I am importing that file to my services file and can access the variables, but the problem is in each and every services I have to import that file.
Is there any process so that I can load my constant file in one place and can use that file variables throughout the module not importing it each and every time.
Thank you.