You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,16 @@ A [contentful.js](https://github.com/contentful/contentful.js/) wrapper for [Ang
12
12
npm i --save angular-contentful-service
13
13
```
14
14
15
+
### Install contentful
16
+
17
+
If you haven't already, make sure you install contentful
18
+
19
+
```
20
+
npm i --save contentful
21
+
```
22
+
23
+
Note: at the time of writing this, there is an issue with version 5.0.4 of Contentful. You may want to make sure you install 5.0.3 or the fix that comes after 5.0.4.
0 commit comments