Deliver web apps with confidence 🚀
Find a file
2020-02-04 07:34:34 -08:00
.circleci test(devtools): Adding CircleCI config (rangle/angular-devtools#22) 2020-02-04 07:33:28 -08:00
.vscode Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
e2e Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
projects feat(devtools): Implement Component/Directive Search (rangle/angular-devtools#25) 2020-02-04 07:34:34 -08:00
src test(devtools): Adding CircleCI config (rangle/angular-devtools#22) 2020-02-04 07:33:28 -08:00
.editorconfig Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
.gitignore Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
.prettierrc Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
angular.json fix(devtools): don't collide with the default runtime function (rangle/angular-devtools#6) 2020-01-29 20:23:47 -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
karma.conf.js Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
package.json test(devtools): Adding CircleCI config (rangle/angular-devtools#22) 2020-02-04 07:33:28 -08:00
README.md Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
tsconfig.app.json Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
tsconfig.json Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
tsconfig.spec.json Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
tslint.json Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
yarn.lock Initial commit for Angular DevTools 2020-01-29 11:52:19 -08: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.