/angular2-unit-test-app

Basic Angular 2 app used to show how to implement unit tests

Primary LanguageTypeScript

Angular 2 Example App for Unit Testing

This repo contains an example Angular 2 application showing all the different types of unit tests.

To install the app:

npm install

To run the dev server in localhost:8080:

npm run dev

To run the unit tests:

npm test