Replies: 1 comment
-
Yes. If you're not using it there is no need to register it. |
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.
-
I have a question regarding the devTools (using Angular):
With akita i did the import for non production environment in the app.module. If i do this the same way now i get an error with:
environment.production ? [] : [devTools()],
So i asume that the prefered way is the on mentioned in the devTools section. To enable the devTools only in devMode i would do the following:
But would that triggering of the changeDetection a 3rd run? Because angular per default triggers changeDetection twice in devMode.
I don`t have a big problem with that i only ask me if there are impacts (of behaviour ?) in de dev environment.
Furthermore:
postTimelineUpdate - A function that'll be invoked after the timeline update.
-> what is the postTimelineUpdate? The timeline in the devTools?!
Beta Was this translation helpful? Give feedback.
All reactions