-
I think the previous implementation of Since I have updated to Akita 8, I can't figure out how to use the new implementation for Angular. where do you place the provided code snippet? Can someone guide me to the right direction please? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Call akita/packages/ng-playground/src/app/app.module.ts Lines 32 to 38 in dc91896 |
Beta Was this translation helpful? Give feedback.
-
Since i have Angular 13, i dont have ENVIRONMENT_INJECTOR and am trying to provide an alternate token function provdieAkitaDevtools(options: Partial = {}) { Should this work or am I bypassing functionality? |
Beta Was this translation helpful? Give feedback.
Call
provideAkitaDevtools()
inside your providers array like that:akita/packages/ng-playground/src/app/app.module.ts
Lines 32 to 38 in dc91896