Inspecting Routes, Data Tab and Library Info

You can see the list of application’s routes defined by the inspector.

Routes

When you click on the /# Routes tab, it will show the list of application’s routes.

Ember inspector can display only the current active routes. This can be done by checking the Current Route Only checkbox to view the current routes.

Data Tab

Ember inspector uses the Data tab to display the list of model types defined in your application. The Ember inspector will display the related records when you click on the model type.

Routes

Inspecting Records

You can inspect the records of each model type by clicking on the record which will eventually display all attributes.

Library Info

You can view the list of libraries used in the application by clicking on the Info tab −

Routes

The Info tab displays the libraries along with the version as shown in the above image.

Previous Page:-Click Here

Leave a Reply