-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
4,155 additions
and
1,817 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,40 @@ | ||
# See http://help.github.com/ignore-files/ for more about ignoring files. | ||
|
||
# compiled output | ||
.temp/ | ||
dist/ | ||
/dist | ||
/tmp | ||
/out-tsc | ||
|
||
# dependencies | ||
node_modules/ | ||
/node_modules | ||
|
||
# IDEs and editors | ||
.idea/ | ||
/.idea | ||
.project | ||
.classpath | ||
.c9/ | ||
*.launch | ||
.settings/ | ||
*.sublime-workspace | ||
|
||
# build tools | ||
coverage/ | ||
test-report.xml | ||
# IDE - VSCode | ||
.vscode/* | ||
!.vscode/settings.json | ||
!.vscode/tasks.json | ||
!.vscode/launch.json | ||
!.vscode/extensions.json | ||
|
||
# misc | ||
/.sass-cache | ||
/connect.lock | ||
/coverage | ||
/libpeerconnection.log | ||
npm-debug.log | ||
yarn-error.log | ||
testem.log | ||
test-report.xml | ||
/typings | ||
|
||
# System Files | ||
.DS_Store | ||
Thumbs.db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"printWidth": 140, | ||
"singleQuote": true, | ||
"endOfLine": "crlf" | ||
"singleQuote": true | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,50 @@ | ||
# 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. | ||
#### NOTICE | ||
|
||
> This _[7.x.x] branch_ is intented to work with `Angular v7.x.x`. If you're developing on a later release of **Angular** | ||
> than `v7.x.x`, then you should probably choose the appropriate version of this library by visiting the _[master] branch_. | ||
## 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](CHANGELOG.md) | ||
|
||
#### Thanks to | ||
|
||
- [JetBrains], for their support to this open source project with free [WebStorm] licenses. | ||
|
||
## License | ||
|
||
The MIT License (MIT) | ||
|
||
Copyright (c) 2018 [Burak Tasci] | ||
|
||
[master]: https://github.com/fulls1z3/ngx-cache/core/tree/master | ||
[7.x.x]: https://github.com/fulls1z3/ngx-cache/core/tree/7.x.x | ||
[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 | ||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.