You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, input name aliasing is not supported because componentInputs is typed as Partial<ComponentType>.
For aliased inputs, the first argument of fixture.componentRef.setInput must be the alias name rather than its property name.
This is just a typing problem.
The text was updated successfully, but these errors were encountered:
Currently, input name aliasing is not supported because
componentInputs
is typed asPartial<ComponentType>
.For aliased inputs, the first argument of
fixture.componentRef.setInput
must be the alias name rather than its property name.This is just a typing problem.
The text was updated successfully, but these errors were encountered: