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 the @Inject() property type is checked if it is @component in the decorator itself. If @Inject() is run before @Component() of the injected type, the decorator will throw. So ComponentUtil.isComponent(type) should be lazy-loaded on ApplicationContext constructor or start() method.
The text was updated successfully, but these errors were encountered:
Currently the
@Inject()
property type is checked if it is @component in the decorator itself. If@Inject()
is run before@Component()
of the injected type, the decorator will throw. SoComponentUtil.isComponent(type)
should be lazy-loaded onApplicationContext
constructor orstart()
method.The text was updated successfully, but these errors were encountered: