Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 767 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 767 Bytes

scenario-2

This project was generated with App Builder Code Gen.

Development server

Run npm start to build the application, start a web server and open the application in the default browser. The application will open in http://localhost:4200/ by default.

Build

Run npm run build to build the application into an output directory.

Running unit tests

Run npm test to execute the unit tests via Karma. Runs all .spec.ts files under ./src folder.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.