Deliver web apps with confidence 🚀
Find a file
Ricardo Mattiazzi Baumgartner a3ac38041f feat(devtools): synchronizing highlight between source application and component in presentation tree (rangle/angular-devtools#35)
* rangle/angular-devtools#13 - Highlight from the component tree to the application

* rangle/angular-devtools#13 - Highlight from the application to the component tree when using inspector

* Fixes on broken unit tests + added all files to coverage reports

* Setting test default to always generate coverage report

* rangle/angular-devtools#13 - Added basic test for component inspector

* feat(frontend): Moving component hover to tree to avoid passing messageBus rangle/angular-devtools#13

* feat(frontend): Sync hover from inspector to component tree rangle/angular-devtools#13

* feat(frontend): Rename function to retrieve ElementID from native element

* feat(frontend): Use separate handler to unhighlight from component instead of using highlight without ID

* feat(frontend): de-coupling inspector from the message bus

* feat(frontend): fix unit tests
2020-02-07 11:43:49 -08:00
.circleci test(devtools): Adding CircleCI config (rangle/angular-devtools#22) 2020-02-04 07:33:28 -08:00
.vscode Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
cypress feat(devtools): added cypress to run e2e tests (rangle/angular-devtools#45) 2020-02-07 09:42:00 -05:00
e2e Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
projects feat(devtools): synchronizing highlight between source application and component in presentation tree (rangle/angular-devtools#35) 2020-02-07 11:43:49 -08:00
src feat(devtools): synchronizing highlight between source application and component in presentation tree (rangle/angular-devtools#35) 2020-02-07 11:43:49 -08:00
.editorconfig Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
.gitignore Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
.prettierrc Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
angular.json feat(devtools): synchronizing highlight between source application and component in presentation tree (rangle/angular-devtools#35) 2020-02-07 11:43:49 -08:00
browserslist Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
CODE_OF_CONDUCT.md docs(devtools): add code of conduct and contributing (rangle/angular-devtools#27) 2020-02-03 20:18:09 -05:00
CONTRIBUTING.md docs(devtools): add code of conduct and contributing (rangle/angular-devtools#27) 2020-02-03 20:18:09 -05:00
cypress.json feat(devtools): added cypress to run e2e tests (rangle/angular-devtools#45) 2020-02-07 09:42:00 -05:00
karma.conf.js Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
package.json build(devtools): Updating to Angular 9 release version (rangle/angular-devtools#48) 2020-02-07 14:13:10 -05:00
README.md Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
tsconfig.app.json Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
tsconfig.json Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
tsconfig.spec.json Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
tslint.json Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
yarn.lock Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00

AngularDevtools

This project was generated with Angular CLI version 9.0.0-rc.5.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.