Questions tagged [angular-akita]

Akita is a state management pattern for Angular applications

51 questions
0
votes
1 answer

Angular 9 - Datorama Akita display value from store

I am currently trying to set up a simple form in Angular 8 using Akita. Before going further I'll have to tell you that I am not a developer and I am quite new to the Angular world... Not even mentioning the state management concepts. Please keep…
Pierre H.
  • 107
  • 2
  • 12
0
votes
1 answer

akita angular selectQuery catch 404

I'm investigating on an alternative to NgRx. And so far Akita is a good bet but I'm struggling with error managing. Sometimes I want an error to be app wide and sometimes I want it to be managed by a component. In the example below I launch a 404…
Su4p
  • 865
  • 10
  • 24
0
votes
0 answers

Hi I am finding difficulty in running my code in local with angular akita

I have installed angular-akita. I have updated npm to the latest. And I have the latest typescript as well. Please help. on ng-serve --o ERROR in node_modules/@datorama/akita/src/api/entity-store.d.ts(84,5): error TS2416: Property 'update' in type…
TheDoozyLulu
  • 384
  • 2
  • 6
  • 23
0
votes
1 answer

Akita 3 update: " Remove noop - use the of() observable." done what does that mean?

In Akita I could return noop but after the upgrade they left this instruction as they removed noop as a breaking change; Remove noop - use the of() observable. done what does that mean? an example please?
Choco
  • 1,189
  • 1
  • 14
  • 29
0
votes
1 answer

mat-autocomplete displaying always the same name with Akita

I have an issue with the mat-autocomplete of my form. When I write something in the field, it shows two times the last entry of my database with the same name : I'm using Akita - State Management for Angular in my project and I cannot find the…
Johan Rin
  • 1,900
  • 2
  • 20
  • 42
-1
votes
1 answer

Angular async pipe displays only the first element of array

I have an array of strings that i get as a value from an observable. In the view I am trying to display the values with async pipe. the template displays only the value of the last item and multiplies it in the number of recieved objects. When I log…
kifka
  • 96
  • 1
  • 9
1 2 3
4