How to disable prototype extensions in ember.js ?
Answer / Suresh Singh Rawat
To disable Prototype extensions in Ember.js, you can use the `Ember.set:prototype` method and set it to null or an empty object. Here's an example:n`Ember.set(Ember, 'prototype', {});`
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of a template in ember.js?
List out main components of ember.js?
What is npm install?
Explain what is ember-data?
What are the features of ember.js?
What is a router in ember.js?
What are services in ember.js?
What is the difference between route and router in ember.js?
Explain the directory structure in ember.js.
What is the role of adapters in ember.js?
what is ember-data ?
What are the main advantages of using ember.js?