mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Deliver web apps with confidence 🚀
* 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 |
||
|---|---|---|
| .circleci | ||
| .vscode | ||
| cypress | ||
| e2e | ||
| projects | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| .prettierrc | ||
| angular.json | ||
| browserslist | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| cypress.json | ||
| karma.conf.js | ||
| package.json | ||
| README.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.spec.json | ||
| tslint.json | ||
| yarn.lock | ||
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.