ngxs-labs / entity-state

⏱ WIP: Entity adapter
48 stars 12 forks source link

could not get librabry folder in my project #287

Closed shantanugupta135 closed 3 years ago

shantanugupta135 commented 3 years ago

Hello I tried "npm i @ngxs-labs/entity-state" to run it, it downloads all the dependencies but 'src' folder did not create which contains all library methods. Please let me know how can I get that?

JanMalch commented 3 years ago

What do you need it for? The original src folder is never included.

shantanugupta135 commented 3 years ago

Could you share me a sample project how we will do Api intergration by using this package?

JanMalch commented 3 years ago

You can check out the integration folder for a small to-do list, which is also used for the tests. There are no examples for integration with a REST-API. Maybe you can find tips in the ngxs docs, articles or slack channels, on how to combine ngxs with a REST-API.