
- EmberJS - Home
- EmberJS - Overview
- EmberJS - Installation
- EmberJS - Core Concepts
- Creating and Running Application
- EmberJS - Object Model
- EmberJS - Router
- EmberJS - Templates
- EmberJS - Components
- EmberJS - Models
- EmberJS - Managing Dependencies
- EmberJS - Application Concerns
- EmberJS - Configuring Ember.js
- EmberJS - Ember Inspector
EmberJS - Configuring Ember.js
The Ember.js can be configured for managing the application's environment. The configuring Ember.js includes the following topics −
S.No. | Configuring Ways & Description |
---|---|
1 |
Configuring App and Ember CLI
You can configure the Ember App and CLI for managing the application's environment. |
2 |
Disabling Prototype Extensions and Specifying URL Type
The prototype extensions can be disabled by setting the EXTEND_PROTOTYPES flag to false and specifying the URL type by using the Ember router options. |
3 |
Embedding Applications and Feature Flags
You can Embed an application into an existing page by changing the root element and feature flags can be enabled based on the project's configuration. |
Advertisements