From d0ee2596a6b674229bc25a5f89560fbf30025536 Mon Sep 17 00:00:00 2001 From: Michael Be Date: Fri, 27 Oct 2023 06:21:39 +0200 Subject: [PATCH] docs: add overview to Angular Version compatibility --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9bb335c..6dda41f 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,9 @@ However, we can also provide any signal state machine on all levels of the appli Examples of the use of this library can be found in `projects/examples` . To start the backend api run `npm run api` and to start the demo application run `npm start` . +## Angular Version Compatibility +* 1.0.0 requires Angular ^16.0.0 + ## Collaborate Do you want to collaborate on this with me?