ngneat / cashew

🐿 A flexible and straightforward library that caches HTTP requests in Angular
https://www.netbasal.com
MIT License
682 stars 33 forks source link

fix: 🐛 method for View Engine users to pass partial config #25

Closed theblushingcrow closed 4 years ago

theblushingcrow commented 4 years ago

cashewConfig() enables View Engine users to pass partial config options in the module providers

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ x ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: #23

What is the new behavior?

cashewConfig() enables View Engine users to pass partial config options in the module providers

Does this PR introduce a breaking change?

[ ] Yes
[ x ] No

Other information