Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 423 Bytes

File metadata and controls

8 lines (6 loc) · 423 Bytes

##Running the sample code The sample code doesn't have UI. It has a template file in src folder and a set of unit test files with code to be tested under tests folder

To run the sample, open a command prompt and execute the following commands:

  • npm install -g karma (to install karma globally)
  • npm install (to install karma package)
  • grunt (to compile the template into an Angular module and run tests on Karma)