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

[FEATURE] Read inferred type #896

Closed
Sirius-A opened this issue Jan 7, 2020 · 4 comments · Fixed by #998
Closed

[FEATURE] Read inferred type #896

Sirius-A opened this issue Jan 7, 2020 · 4 comments · Fixed by #998

Comments

@Sirius-A
Copy link

Sirius-A commented Jan 7, 2020

Overview of the feature

In my team we generally define inputs / vars with inferred types:

// Inferred 
@Input() name = ''

// Explicit 
@Input name: string = ''

It seems that compodocs does not show that the first one is a string. It would be awesome if it did 😄

Related issues

This has already been requested here: #268

@stale
Copy link

stale bot commented Mar 7, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Mar 7, 2020
@Sirius-A
Copy link
Author

A comment from the maintainers would be nice.

@vogloblinsky Do you see this as a valid issue?

@stale stale bot removed the wontfix label Mar 10, 2020
fh1ch added a commit to fh1ch/compodoc that referenced this issue Apr 17, 2020
This commit adds support to extract inferred types on Angular
input attributes. E.g. `@Input() name = ''`

Closes compodoc#896
@stale
Copy link

stale bot commented May 9, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label May 9, 2020
@stale
Copy link

stale bot commented May 16, 2020

This issue has been automatically closed because it has not had recent activity. Please file a new issue if you are encountering a similar or related problem. Thank you for your contributions.

@stale stale bot closed this as completed May 16, 2020
fh1ch added a commit to fh1ch/compodoc that referenced this issue Oct 18, 2020
This commit adds support to extract inferred types on Angular
input attributes. E.g. `@Input() name = ''`

Closes compodoc#896
fh1ch added a commit to fh1ch/compodoc that referenced this issue Oct 18, 2020
This commit adds support to extract inferred types on Angular
input attributes. E.g. `@Input() name = ''`

Closes compodoc#896
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants