https://github.com/fulls1z3/ngx-cache
Cache utility for Angular
https://github.com/fulls1z3/ngx-cache
angular angular4 aot cache caching npm-package typescript universal
Last synced: 14 days ago
JSON representation
Cache utility for Angular
- Host: GitHub
- URL: https://github.com/fulls1z3/ngx-cache
- Owner: fulls1z3
- License: mit
- Created: 2017-04-13T15:48:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T01:09:44.000Z (over 3 years ago)
- Last Synced: 2024-10-30T06:32:13.246Z (6 months ago)
- Topics: angular, angular4, aot, cache, caching, npm-package, typescript, universal
- Language: TypeScript
- Size: 1.32 MB
- Stars: 154
- Watchers: 11
- Forks: 16
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-angular-components - @ngx-cache/core - Cache utility for Angular. (Uncategorized / Uncategorized)
- awesome-angular-components - @ngx-cache/core - Cache utility for Angular. (Uncategorized / Uncategorized)
README
# ngx-cache
Cache utility for **Angular**
[](https://circleci.com/gh/fulls1z3/ngx-cache)
[](https://codecov.io/gh/fulls1z3/ngx-cache)
[](https://github.com/facebook/jest)
[](https://conventionalcommits.org)
[](https://greenkeeper.io/)
[](https://angular.io/styleguide)> Please support this project by simply putting a Github star. Share this library with friends on Twitter and everywhere else you can.
## Packages:
| Name | Description | NPM |
| --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- |
| [@ngx-cache/core](https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/core) | Cache utility for **Angular** | [](https://www.npmjs.com/package/@ngx-cache/core) |
| [@ngx-cache/platform-browser](https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/platform-browser) | **SPA/Browser platform** implementation of [ngx-cache] | [](https://www.npmjs.com/package/@ngx-cache/platform-browser) |
| [@ngx-cache/platform-server](https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/platform-server) | **Server platform** implementation of [ngx-cache] | [](https://www.npmjs.com/package/@ngx-cache/platform-server) |
| [@ngx-cache/fs-storage](https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/fs-storage) | **Fs storage** for [ngx-cache] (server platform) | [](https://www.npmjs.com/package/@ngx-cache/fs-storage) |### Examples
- [ng-seed/universal] is an officially maintained seed project, showcasing common patterns and best practices for **`ngx-cache`**.
## Contributing
If you want to file a bug, contribute some code, or improve documentation, please read up on the following contribution guidelines:
- [Issue guidelines](CONTRIBUTING.md#submit)
- [Contributing guidelines](CONTRIBUTING.md)
- [Coding rules](CONTRIBUTING.md#rules)
- [Change log](/releases)#### Thanks to
- [JetBrains], for their support to this open source project with free [WebStorm] licenses.
## License
The MIT License (MIT)
Copyright (c) 2019 [Burak Tasci]
[ngx-cache]: https://github.com/fulls1z3/ngx-cache
[ng-seed/universal]: https://github.com/ng-seed/universal
[jetbrains]: https://www.jetbrains.com/community/opensource
[webstorm]: https://www.jetbrains.com/webstorm
[burak tasci]: https://github.com/fulls1z3