Skip to content

Commit

Permalink
Angular v18 is now supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
e-oz committed May 23, 2024
1 parent 19098cc commit 7f2176d
Show file tree
Hide file tree
Showing 5 changed files with 4,375 additions and 2,158 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 4.0.7
Angular v18 is now supported.

### 4.0.6
* Function, returned by `createEffect()` now accepts `Signal<T> | WritableSignal<T>` as an argument;
* `createEffect()` now has optional configuration argument of type `CreateEffectOptions`. Here you can pass an injector, configure if function should retry on error (true by default), and pass `retry()` configuration options. All fields are optional.
Expand Down
3 changes: 3 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
Loading

0 comments on commit 7f2176d

Please sign in to comment.