Home »
MCQs »
EmberJS MCQs
Which of the following folder in EmberJS contains the environment.js directory, which is used to configure an application's settings?
22. Which of the following folder in EmberJS contains the environment.js directory, which is used to configure an application's settings?
- Config
- Dist
- Public
- App
- Static
Answer: A) Config
Explanation:
The config folder contains the environment.js directory, which is used to configure an application's settings.