blog/typescript-decorators #13
Replies: 1 comment
|
Nice explanation Kevin. Just add @bound decorator to the greet() method - I needed to decorate method in order for bind to work. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
blog/typescript-decorators
TypeScript five has just been released. In this release, TypeScript has implemented the new upcoming ECMA script decorators standard. Let’s take a look.
https://angularexperts.io/blog/typescript-decorators
All reactions