angular-contentful-service
angular-contentful-service copied to clipboard
A contentful.js wrapper for Angular w/ request caching
Results
2
angular-contentful-service issues
Sort by
recently updated
recently updated
newest added
+ add support for `environment` introduces with v6.0.0, check [core features](https://github.com/contentful/contentful.js/#core-features) of CDA + `environment` defaults to `master` if not declared + update dependencies to work with Angular 6 _(tested...
I'm using your angular-contentful-service and I find it really simple for basic retrieval. However, in a slightly more complex app, I retrieve a single Entry (via the getEntry function) using...