Skip to content

[FEATURE] Read inferred type #896

@Sirius-A

Description

@Sirius-A
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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions