DEV Community

Discussion on: Simple state management in Angular with only Services and RxJS

Collapse
 
chuckirvine profile image
Chuck

I notice that the StackBlitz project refers to an undefined trackBy function:

todosTrackFn

I can't see any problem that it is causing. The project compiles ok. TSLint flags the problem in my vscode edit buffer.

Collapse
 
avatsaev profile image
Aslan Vatsaev

yep it's a typo, fixed it on stackblitz