How to define global variable for App so we can use in anywhere in angular 2 or 4?
I have list of constant which is not depend on environment. Its full of list of constant which i want to use in app life cycle. How to use this ? for environment variable i got solution but not for constants.