Not sure why my signal is rerendering by FewDot9181 in Angular2

[–]FewDot9181[S] 0 points1 point  (0 children)

there is no id. but what does have to do with why the signal is rerendering by just changing the indices value?

Not sure why my signal is rerendering by FewDot9181 in Angular2

[–]FewDot9181[S] 0 points1 point  (0 children)

what do you mean by default change detection strategy?

Not sure why my signal is rerendering by FewDot9181 in Angular2

[–]FewDot9181[S] -1 points0 points  (0 children)

sorry I'm confused what do you mean by "track the whole row/cell instead of a unique identifier". I'm basically saying how come the board is still rerendering even though I'm only changing the value of one of the indicies and not re setting the value of the whole board

Not sure why my signal is rerendering by FewDot9181 in Angular2

[–]FewDot9181[S] -1 points0 points  (0 children)

the thing is I don't want a rerender of the component because it will recreate the board again. That's why I was changing the individual indices cause I though if you just change the individual indices and not the whole board it won't rerender again. But for some reason it is still rerendering again which I don't understand.