Deliver web apps with confidence 🚀
Find a file
2020-06-17 10:07:25 -07:00
.circleci build(devtools): add linting to ci (rangle/angular-devtools#285) 2020-04-15 14:22:49 -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): write e2e test for displaying component metadata 2020-04-21 13:09:57 -07:00
e2e refactor(devtools): add tslint typing rule and fix tslint warnings 2020-03-10 09:50:00 -07:00
projects style(devtools): seting directive forest colors 2020-06-17 10:07:25 -07:00
src style(devtools): adding light and dark themes 2020-06-17 10:07:25 -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 fix(devtools): consistent styles across shell dev and chrome 2020-04-09 09:19:49 -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
DEVELOPING.md docs(devtools): add developing guide 2020-06-05 15:54:15 -07: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 angular-framework 2020-06-16 10:07:44 -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
shell-dev-webpack.config.js feat(devtools): display latest commit SHA in application (rangle/angular-devtools#243) 2020-04-02 16:23:03 -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 build(devtools): set space-before-function-paren tslint config to false 2020-03-30 12:36:55 -07:00
yarn.lock build(devtools): update angular-framework 2020-06-16 10:07:44 -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.