Skip to content

Instantly share code, notes, and snippets.

@samfcmc
Created June 23, 2016 21:30
Show Gist options
  • Save samfcmc/6df0cdf866c68c402de8af507c39fe84 to your computer and use it in GitHub Desktop.
Save samfcmc/6df0cdf866c68c402de8af507c39fe84 to your computer and use it in GitHub Desktop.
Test
export class Test {
public myString: string;
constructor(myString: string) {
this.myString = myString;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment