Created
June 11, 2020 03:06
-
-
Save alexesca/6966d0250adc00b95859a710c1ed6ae8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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