Deliver web apps with confidence 🚀
Find a file
2021-04-13 14:22:31 -07:00
.circleci ci(devtools): update node version and timeout 2020-11-30 03:12:13 -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 test(devtools): add breadcrumb scroll button tests 2021-03-01 15:09:35 -08:00
e2e build(devtools): revert solution-style tsconfig in e2e tests to align with cli 2020-08-12 18:10:34 +03:00
projects feat(devtools): add opening instructions 2021-03-29 15:47:19 -04:00
src feat(devtools): change background colour to align with chrome devtools 2021-03-23 15:33:25 -04: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): disable critical css inlining because of csp 2021-03-19 11:48:06 -07:00
browserslist build(devtools): revert solution-style tsconfig to align with cli 2020-08-12 18:10:34 +03: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 2021-04-13 14:22:31 -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 build(devtools): revert solution-style tsconfig to align with cli 2020-08-12 18:10:34 +03:00
tsconfig.json build(devtools): revert solution-style tsconfig to align with cli 2020-08-12 18:10:34 +03:00
tsconfig.spec.json build(devtools): revert solution-style tsconfig to align with cli 2020-08-12 18:10:34 +03: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 2021-04-13 14:22:31 -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.