Skip to content

mattdanskey/DemystifyingModuleAndInject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demystifying Module and Inject

The code from a short talk on those methods at the top of a unit test file that can be perplexing to the uninitiated.

To Run The Included Code

  • Install node if you haven't
  • clone the repo and go to the directory
  • npm install to install dependencies
  • npm install -g karma-cli to install the karma cli tool
  • karma start to start tests

Please note

============== This repository is not meant to give best practices on structure or implementation of an Angular app. It doesn't even use any build tools. It is meant to provide a bare-bones application for testing to tweak, experiment, and learn in.

About

A lightning talk on de-mystifying module and inject (with runnable tests included)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors