EmberJS Tutorial
EmberJS Useful Resources
Selected Reading
- EmberJS - Ember Inspector
- EmberJS - Configuring Ember.js
- EmberJS - Application Concerns
- EmberJS - Managing Dependencies
- EmberJS - Models
- EmberJS - Components
- EmberJS - Templates
- EmberJS - Router
- EmberJS - Object Model
- Creating and Running Application
- EmberJS - Core Concepts
- EmberJS - Installation
- EmberJS - Overview
- EmberJS - Home
EmberJS Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
EmberJS - Ember Inspector
EmberJS - Ember Inspector
Ember inspector is a browser add-on which is used to debug the Ember apppcations. The Ember inspector includes the following topics −
S.No. | Ember inspector Ways & Description |
---|---|
1 | You can install the Ember inspector to debug your apppcation. |
2 | The Ember inspector allows interacting with the Ember objects. |
3 | The view tree provides the current state of an apppcation. |
4 | You can see the pst of apppcation s routes defined by the inspector and the Data tab is used to display the pst of model types. |
5 | Ember inspector provides promises based on their states. |
6 | Use the Container for inspecting the object instances and compute the apppcation s render time by using the Render Performance option. |