Skip to content

[WebComponents/Blazor] Typings within the context of the exposed templates are buggy #13067

@mddragnev

Description

@mddragnev

Description

As you may remember we exposed inputs of almost all templates in the grid. Those inputs have typed context with implicit parameter. In Angular the implicit parameter is called $implicit with the $ sign in front of. But it is exposed without which is causing web components to throw typescript error if used with $ or the implicit argument empty. This also applies to blazor.
Is there any reason of implicit being exposed without the $ sign?

Screenshot 2023-05-30 at 13 30 10
This is how I tried to use it and in the following photo is the typing.
Screenshot 2023-05-30 at 13 30 54

Metadata

Metadata

Labels

🐛 bugAny issue that describes a bug💠 grid: elements✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions