Marcus Williams
Marcus Williams
I have the same issue it complaining about a module that isn't even included in the app.
Here's my configs **tsconfig.json** ``` { "compileOnSave": false, "compilerOptions": { "importHelpers": true, "outDir": "./dist/out-tsc", "declaration": false, "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, "target": "es5", "typeRoots": [ "node_modules/@types" ], "lib": [...
Seems like something to do with using forRoot on a shared module.
@ofhouse Do you have any update on when this might be implemented?
@ofhouse thanks for the update, surprisingly there's not many people complaining about stale-while-revalidate being missing on the aws forum so probably won't happen any time soon.
Just came across the issue myself, any more than 10 items in my listview and it becomes really jerky. It not consistently jerky I'll get moments of smooth scrolling then...
@VladimirAmiorkov Thanks for the info. Does using multiple templates help if there are differences in the ui rather than handling differences in a angular component?
Could this be revisited now that revalidation API is stable?
Has there been any progress on this i.e so you can do db.collection.aggregate()
@timoreimann What about if ingress-nginx is being used as per below with multiple domains? I'm assuming then that workaround is not going to work. ``` kind: Service apiVersion: v1 metadata:...