Deliver web apps with confidence 🚀
Find a file
2020-03-11 14:43:51 -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 feat(devtools): add support for Angular elements 2020-03-11 09:53:34 -04:00
e2e refactor(devtools): add tslint typing rule and fix tslint warnings 2020-03-10 09:50:00 -07:00
projects fix(devtools): compatibility issues with google3 2020-03-11 12:48:31 -07:00
src feat(devtools): add support for Angular elements 2020-03-11 09:53:34 -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
.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): use latest angular build artifacts 2020-03-11 13:12:55 -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 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
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): use latest angular build artifacts 2020-03-11 13:12:55 -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.