Deliver web apps with confidence 🚀
Find a file
2020-03-22 09:18:04 -07:00
.circleci refactor(devtools): add comments and remove useless npm scripts 2020-03-12 15:13:15 -07: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 test(devtools): verify that the app can select elements with the same name 2020-03-19 21:17:26 -04:00
e2e refactor(devtools): add tslint typing rule and fix tslint warnings 2020-03-10 09:50:00 -07:00
projects fix(devtools): added more padding to treegraph 2020-03-22 12:14:05 -04:00
src fix(devtools): do not expand HTML Comments and preserve state for selected nodes 2020-03-21 19:09:12 -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
.npmrc build(devtools): prepend node path 2020-03-19 21:17:26 -04:00
.prettierrc Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
angular.json feat(devtools): create shared-utils project library to house functions and classes that can be used by any other project 2020-03-10 14:54:24 -07: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 build(devtools): update dependency jasmine-spec-reporter to v5 2020-03-22 09:18:04 -07:00
README.md Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
renovate.json build(devtools): fix renovate package manager 2020-03-11 14:43:51 -07: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 build(devtools): enable strictNullChecks (rangle/angular-devtools#167) 2020-03-20 11:54:37 -07: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 build(devtools): update dependency jasmine-spec-reporter to v5 2020-03-22 09:18:04 -07: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.