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 |
Write steps to write a handlebars helper?
Why you use ember.js?
What is the difference between route and router in ember.js?
What is ember.js? Write the steps to create an app in ember.js?
What are basic models of ember.js?
What is ember route?
Explain how you can add data using fixture into an application?
What is the directory structure in ember.js?
What are the different template components in ember.js? Is there any similarity between them?
what is model in ember.js?
Explain directory structure in ember.js?
How you can define a new ember class?