Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Commit 4592c3a

Browse files
authored
Merge pull request #2 from didomi/apf
Angular Package Format support
2 parents 40fe1b6 + 7d13f90 commit 4592c3a

File tree

4 files changed

+4702
-7
lines changed

4 files changed

+4702
-7
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ typings/
5757

5858
# dotenv environment variables file
5959
.env
60+
61+
# Build files
62+
dist/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The first step to use this package is to install and configure `redux-orm` in yo
4949

5050
**Set `ORM.angularConfig`**
5151

52-
This package relies configuration properties indicating what `redux-orm` instance to use and what slice of the state hosts the ORM database.
52+
This package relies on configuration properties indicating what `redux-orm` instance to use and what slice of the state hosts the ORM database.
5353

5454
The configuration is provided as an `angularConfig` static property set on the `ORM` class exported by `redux-orm`:
5555

0 commit comments

Comments
 (0)