angular/integration/cli-hello-world-mocha
JiaLiPassion ee381dadc2 test(zone.js): add integration test for zone.js Mocha patch (#45047)
Add integration test for `Mocha` patch from `zone.js` to verify the
issue #42384 is fixed

PR Close #45047
2022-02-16 13:51:51 -08:00
..
e2e test(zone.js): add integration test for zone.js Mocha patch (#45047) 2022-02-16 13:51:51 -08:00
src test(zone.js): add integration test for zone.js Mocha patch (#45047) 2022-02-16 13:51:51 -08:00
.browserslistrc test(zone.js): add integration test for zone.js Mocha patch (#45047) 2022-02-16 13:51:51 -08:00
.editorconfig test(zone.js): add integration test for zone.js Mocha patch (#45047) 2022-02-16 13:51:51 -08:00
.gitignore test(zone.js): add integration test for zone.js Mocha patch (#45047) 2022-02-16 13:51:51 -08:00
angular.json test(zone.js): add integration test for zone.js Mocha patch (#45047) 2022-02-16 13:51:51 -08:00
BUILD.bazel test(zone.js): add integration test for zone.js Mocha patch (#45047) 2022-02-16 13:51:51 -08:00
karma.conf.js test(zone.js): add integration test for zone.js Mocha patch (#45047) 2022-02-16 13:51:51 -08:00
package.json test(zone.js): add integration test for zone.js Mocha patch (#45047) 2022-02-16 13:51:51 -08:00
README.md test(zone.js): add integration test for zone.js Mocha patch (#45047) 2022-02-16 13:51:51 -08:00
tsconfig.app.json test(zone.js): add integration test for zone.js Mocha patch (#45047) 2022-02-16 13:51:51 -08:00
tsconfig.json test(zone.js): add integration test for zone.js Mocha patch (#45047) 2022-02-16 13:51:51 -08:00
tsconfig.spec.json test(zone.js): add integration test for zone.js Mocha patch (#45047) 2022-02-16 13:51:51 -08:00
tslint.json test(zone.js): add integration test for zone.js Mocha patch (#45047) 2022-02-16 13:51:51 -08:00
yarn.lock test(zone.js): add integration test for zone.js Mocha patch (#45047) 2022-02-16 13:51:51 -08:00

CliHelloWorld

This project was generated with Angular CLI version 9.0.0-next.9.

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.