-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Comments
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. |
A comment from the maintainers would be nice. @vogloblinsky Do you see this as a valid issue? |
This commit adds support to extract inferred types on Angular input attributes. E.g. `@Input() name = ''` Closes compodoc#896
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. |
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. |
This commit adds support to extract inferred types on Angular input attributes. E.g. `@Input() name = ''` Closes compodoc#896
This commit adds support to extract inferred types on Angular input attributes. E.g. `@Input() name = ''` Closes compodoc#896
Overview of the feature
In my team we generally define inputs / vars with inferred types:
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
The text was updated successfully, but these errors were encountered: