Skip to content

TNNSon/angular2-unit-test-app

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.6%
  • JavaScript 4.6%
  • HTML 0.8%