Skip to content

Instantly share code, notes, and snippets.

@upta
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save upta/8e077590aec3393f0046 to your computer and use it in GitHub Desktop.
Save upta/8e077590aec3393f0046 to your computer and use it in GitHub Desktop.
module Upta
{
export class ExampleSvc
{
static $inject = ["$http"];
constructor(private $http: ng.IHttpService) {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment