Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.62 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.62 KB

FireAngular 0.0.1-zeta.1

Firefox plugin for Angular development. Built on top of native developer tools in Firefox and based on the firebug.sdk.

Firebug 3 isn't required, but the screen-shot below shows how native developer tools look like when Firebug theme is activated.

Try it for yourself:

  1. Install FireAngular (currently zeta)
  2. Load an Angular webapp, e.g. TODO MVC Angular
  3. Inspect an Angular generated DOM Element

Build it by yourself:

  1. Clone the repository: git clone https://github.com/firebug/fireangular.git
  2. Install npm dependencies npm install
  3. Run npm run jpm-run [-- -b /path/to/firefox]
  4. or Build xpi npm run jpm-xpi

License

FireAngular is free and open source software distributed under the BSD License.

Hacking on FireAngular

See FireAngular Developer Guide

Further Resources