Is your feature request related to a problem? Please describe.
Type inference for @Component decorator is not working anymore.
Describe the solution you'd like
Either, a change using this method:
class MyComponent extends mixins(Component({ tagName: "", templateUrl: ""}))
or
Update the docs to specify that the type must be explicit
Either solution is fine. Maybe update the docs first and then later look for a solution that would resolve the problem.
Is your feature request related to a problem? Please describe.
Type inference for
@Componentdecorator is not working anymore.Describe the solution you'd like
Either, a change using this method:
class MyComponent extends mixins(Component({ tagName: "", templateUrl: ""}))or
Update the docs to specify that the type must be explicit
Either solution is fine. Maybe update the docs first and then later look for a solution that would resolve the problem.