This is a sample project showing the capability to execute angular 6 app.
- Install node
- Install angular CLI
- Clone the project
- Run command 'npm install'
- Run command 'npm serve' to serve the project
- Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.
Sample Jasmine unit tests have been added to showcase the unit testing capability.
Run ng test
to execute the unit tests via Karma.
Sample Protractor tests have been added to showcase the capability.
Run ng e2e
to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve
.