English 中文(简体)
EmberJS - Configuring Ember.js
  • 时间:2024-09-17

EmberJS - Configuring Ember.js


Previous Page Next Page  

The Ember.js can be configured for managing the apppcation 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 apppcation s environment.

2 Disabpng 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 Apppcations and Feature Flags

You can Embed an apppcation into an existing page by changing the root element and feature flags can be enabled based on the project s configuration.

Advertisements