ng2-cache
ng2-cache copied to clipboard
Client side caching service for Angular2
We had an issue where a data table was increased in size, exceeding the 5Mb limit for local storage. It became a much bigger debugging and resolving issue because no...
HI, first off, great package its working well good job! I noticed your using this for Default cache options. `/** * Default cache options */ private _defaultOptions: CacheOptionsInterface = {...
Hi team, I got problem like that. ERROR in ./node_modules/ng2-cache/ng2-cache.ts Module build failed: Error: C:\Users\Gildarts\Desktop\Cache\login-test\node_modules\ng2-cache\ng2-cache.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via...
Dear Team, I see that the issue after installing importing and keep provider as CacheService in component. Uncaught Error: Encountered undefined provider! Usually this means you have a circular dependencies...
Hi, When I put some data to cache for 5 minutes, How to update data by the same key ?
I have plan to use ng2-cache ,whether it support IE 10 and above browsers.why ng2cache data store in session storage instead of in memory?how to use it in cache memory...
Hi Jackson, I'm getting this error - "you may need appropriate loader for this file", for all files included in the package. Just curious, is there any reason for adding...
What is size limit for data stored this way?
I'm playing around with Angular and your library, trying to build jira dashboard page It has kind of paginated api to fetch issues, and it is slow, so I'm going...