Deliver web apps with confidence 🚀
Find a file
2020-03-10 09:50:00 -07:00
.circleci ci(devtools): enabling cypress to run on circleci 2020-02-28 10:51:51 -05:00
.vscode feat(devtools): added prettier for formatting code on pre-commit (rangle/angular-devtools#50) 2020-02-07 13:25:16 -08:00
cypress refactor(devtools): remove obsolete test and fix existing e2e tests 2020-03-09 14:59:09 -04:00
e2e refactor(devtools): add tslint typing rule and fix tslint warnings 2020-03-10 09:50:00 -07:00
projects refactor(devtools): add tslint typing rule and fix tslint warnings 2020-03-10 09:50:00 -07:00
src refactor(devtools): add tslint typing rule and fix tslint warnings 2020-03-10 09:50:00 -07:00
.editorconfig Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
.gitignore test(devtools): adding cypress videos & screenshots to git ignore 2020-02-28 10:51:51 -05:00
.prettierrc Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
angular.json feat(devtools): adding icon popups displaying app status (rangle/angular-devtools#70) 2020-02-19 12:55:16 -05: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 feat(devtools): added prettier for formatting code on pre-commit (rangle/angular-devtools#50) 2020-02-07 13:25:16 -08:00
LICENSE feat(devtools): add MIT license (rangle/angular-devtools#65) 2020-02-13 10:40:56 -08:00
package.json refactor(devtools): use internal ivy data structures for extracting component tree 2020-03-09 14:59:09 -04:00
README.md Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
tsconfig.app.json feat(devtools): added prettier for formatting code on pre-commit (rangle/angular-devtools#50) 2020-02-07 13:25:16 -08:00
tsconfig.json refactor(devtools): Use material dialog instead of browser confirm when profiler version is incorrect 2020-03-04 10:21:48 -08:00
tsconfig.spec.json feat(devtools): added prettier for formatting code on pre-commit (rangle/angular-devtools#50) 2020-02-07 13:25:16 -08:00
tslint.json refactor(devtools): add tslint typing rule and fix tslint warnings 2020-03-10 09:50:00 -07:00
yarn.lock refactor(devtools): use internal ivy data structures for extracting component tree 2020-03-09 14:59:09 -04: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.