Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any support similar to Typescript Decorators? #205

Closed
akkinenirajesh opened this issue Jan 4, 2017 · 1 comment
Closed

Is there any support similar to Typescript Decorators? #205

akkinenirajesh opened this issue Jan 4, 2017 · 1 comment

Comments

@akkinenirajesh
Copy link

Infact what I am looking for is a way where I can put Java annotations on classes fields etc,
and then be able to control whats gets generated in Typescript.

But starting point will be to check if Decorators are already supported, then may be that can be used to solve the current requirement.

@renaudpawlak
Copy link
Contributor

Decorators are partially supported... more info there: #43. This feature is not finished yet and was developed for an Angular 2 PoC. More support should be available in next releases.

From what you say first, it looks like you are looking for some sort of transpilation plugin system...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants