@paulyoder wrote:
I’m trying to debug an issue with a setting value on the
ENV
object set in theenvironment.js
file but I don’t know how to access theENV
object from the console.I see that
EmberENV
object is available, but the setting I’m looking at is on theENV.APP
object.For example, I’m trying to see the value for the
ENV.APP.mySetting
property below:let ENV = { ... APP: { mySetting: 'someValue' } }
What’s the easiest way to see that setting from the console?
Posts: 3
Participants: 3