How to get Context from app.ts without mutation or query? #1030
Unanswered
gustawdaniel
asked this question in
General
Replies: 1 comment
-
It can be done when the event of the app is ready is fired. I mean system of events similar to: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In resolver there is accessible context.
Also in tests there is context.
I need access to context from
app.ts
- from main level of application.I want to execute this:
My current workaround:
Beta Was this translation helpful? Give feedback.
All reactions