How to use buildEntities? #139
Answered
by
NetanelBasal
draylegend
asked this question in
Q&A
-
I'm getting following error: ./libs/shared/src/lib/web-socket.ts:3:0-70 - Error: Module not found: Error: Can't resolve '@ngneat/elf-entities/lib/entity.utils' in 'D:\dev\web\practice\tick-ts\libs\shared\src\lib' after importing import { buildEntities } from '@ngneat/elf-entities/lib/entity.utils'; What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
NetanelBasal
Feb 7, 2022
Replies: 1 comment 2 replies
-
buildEntities is an internal function, why do you need it? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
draylegend
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
buildEntities is an internal function, why do you need it?