facet, filter, pagination implementation using rest api

This commit is contained in:
Lotte Hofstede
2018-03-29 15:30:46 +02:00
parent cdf1dc402a
commit 86fcf44977
30 changed files with 513 additions and 341 deletions

View File

@@ -18,7 +18,8 @@ module.exports = {
// Caching settings
cache: {
// NOTE: how long should objects be cached for by default
msToLive: 15 * 60 * 1000, // 15 minute
msToLive: 15 * 60 * 1000, // 15 minutes
// msToLive: 1000, // 15 minutes
control: 'max-age=60' // revalidate browser
},
// Angular Universal settings