This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Description
in code, direct reference environment gets undefined.
I found that in debug mode, [scope].environment_1.environment has everything - the question is how to access in code?
I actually found out that use static variable bypassed this issue in cognito.service.ts. but do not understand why...