Verifying deprecations and using advanced features of Ember Inspector

In this recipe, we will explore deprecations using advanced features of Ember Inspector.

How to do it...

Deprecation warnings will be displayed in deprecations. Check this to make sure that nothing in your application is deprecated. If deprecation is listed, it will have a link that you can click on to see what you need to do to fix it:

How to do it...

How it works...

Ember Inspector was designed to make the creating and debugging of Ember applications easier. It was created as an add-on for most modern web browsers. It displays your current application information, routes, templates, data, and more.

It's an open source add-on and has an active developer community behind it. New features are being added all the time. To request your own, check out the Github page here: https://github.com/emberjs/ember-inspector

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset