I'm new to angular, so I'm pretty sure it is a stupid question, but I failed to figure this out myself. I have an app in which I have provider to get token from cookies using ngCookies, and I need to access it from inside app.config. I've tried several methods, but all I can get is service code, not a returned variable. What am I doing wrong?I'm new to angular, so I'm pretty sure it is a