[Short description of the addon.]
- Ember.js v4.4 or above
- Ember CLI v4.4 or above
- Node.js v14 or above
ember install ember-debug-component
You can specify ember-cli-build.js
:
module.exports = function(defaults) {
var app = new EmberApp(defaults, {
'ember-debug-component': {
allow: ['development'], // for other ENVs <Debug>lalala</Debug> will be excluded from build
}
});
Use commands in the browser console to see hidden information.
debugDevTools.show()
debugDevTools.hide()
See the Contributing guide for details.
This project is licensed under the MIT License.