-
-
Notifications
You must be signed in to change notification settings - Fork 420
Closed
Labels
Description
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
ashbadger