Deliver web apps with confidence 🚀
Find a file
2020-01-31 13:54:51 -05: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): create message bus event for component selection 2020-01-31 13:54:51 -05:00
src feat(devtools): create message bus event for component selection 2020-01-31 13:54:51 -05: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
karma.conf.js Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
package-lock.json Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
package.json Initial commit for Angular DevTools 2020-01-29 11:52:19 -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.