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
Both httpContext and injector are set by tachijs. To check they are set, we have to see one of them is defined like this.httpContext != null or this.injector != null.
To make it simple, I'm going to put everything in one property this.context.
Both
httpContext
andinjector
are set by tachijs. To check they are set, we have to see one of them is defined likethis.httpContext != null
orthis.injector != null
.To make it simple, I'm going to put everything in one property
this.context
.So it will be like the below.
This will be implemented next version and old legacy props,
inject
,injector
andhttpContext
are deprecated from v1.The text was updated successfully, but these errors were encountered: