Skip to content

Commit

Permalink
Merge pull request #14 from LesFabricants/update-min-angular-support
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLenglet authored Jun 4, 2024
2 parents f1ca5b2 + 2a0d2f7 commit 4f5294d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Super small helper class meant to greatly simplify the creation of a flux archit
**Warning**
**Requires 2Kb of available space, make sure you have the space before installing !**

## Installation

The latest version supports signals, and thus requires a version of angular 16 minimum, other versions can use the lts release that removes signals support

`npm i fluxie` Angular 16+

`npm i fluxie@lts` Other Angular Versions

## Syntax

> The `store.ts` files is a base class that can be extended by services to add the necessary methods and properties required to handle a centralized state
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"homepage": "https://github.com/LesFabricants/Fluxie",
"repository": {
"type": "git",
"url": "https://github.com/LesFabricants/Fluxie"
"url": "git+https://github.com/LesFabricants/Fluxie.git"
},
"keywords": [
"angular",
Expand All @@ -26,7 +26,7 @@
"build": "node esbuild.config.js && ./node_modules/.bin/tsc -p tsconfig.json"
},
"peerDependencies": {
"@angular/core": ">=17.0.0",
"@angular/core": ">=16.0.0",
"rxjs": ">=5.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 4f5294d

Please sign in to comment.