Skip to content

testomatio/ember-debug-component

 
 

Repository files navigation

ember-debug-component

[Short description of the addon.]

Compatibility

  • Ember.js v4.4 or above
  • Ember CLI v4.4 or above
  • Node.js v14 or above

Installation

ember install ember-debug-component

Configuration

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
    }
  });

Usage

<div>
  <Debug> hidden content </Debug>
</div>

Use commands in the browser console to see hidden information.

  • debugDevTools.show()
  • debugDevTools.hide()

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.8%
  • HTML 14.3%
  • Other 1.9%