Skip to content

Instantly share code, notes, and snippets.

@alexesca
Created June 11, 2020 03:06
Show Gist options
  • Save alexesca/6966d0250adc00b95859a710c1ed6ae8 to your computer and use it in GitHub Desktop.
Save alexesca/6966d0250adc00b95859a710c1ed6ae8 to your computer and use it in GitHub Desktop.
export class MyClass {
constructor(private myVariable: string) {}
getMyVariable() {
return this.myVariable;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment