Skip to content

Instantly share code, notes, and snippets.

@MikeRyanDev
Created January 14, 2016 00:48
Show Gist options
  • Save MikeRyanDev/351e222047eef4646454 to your computer and use it in GitHub Desktop.
Save MikeRyanDev/351e222047eef4646454 to your computer and use it in GitHub Desktop.
interface ILights{ }
class Camera<T>{ }
class Action{ }
@Injectable()
class MyService{
constructor(lights: ILights, camera: Camera<string>, actions: Action[]){ }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment