You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-3Lines changed: 25 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,28 @@
30
30
You may use the library as you'd like, with any app, under the MIT license.
31
31
</p>
32
32
33
+
## 📢 What's new
34
+
<h3align="center">Checkout the new <code>useNavigationX()</code> function!</h3>
35
+
<center>
36
+
✨ <a href="https://bs-angular-zen.web.app/docs/zen/additional-documentation/routerxmodule/navigationx.html">Strong-typed and auto generated navigation system for Angular (PREVIEW)</a>
[✨ Strong-typed and auto generated navigation system for Angular (PREVIEW)](https://bs-angular-zen.web.app/docs/zen/additional-documentation/routerxmodule/navigationx.html)
[👁️ `*observe` directives](https://bs-angular-zen.web.app/docs/zen/additional-documentation/coremodule/observemodule.html) - Super easy RxJS integration.
36
56
37
57
[👁️ `*onObserver` directives](https://bs-angular-zen.web.app/docs/zen/additional-documentation/coremodule/onobservermodule.html) - Conditional template rendering according to observable states.
@@ -59,11 +79,13 @@
59
79
[🗣 `LocalizedRouteAware`](https://bs-angular-zen.web.app/docs/zen/additional-documentation/languageintegrationmodule/localizedrouteaware-\(abstract\).html) - Create route aware services and components with language integration.
60
80
61
81
## Versions
62
-
Version 5.0.0 was regenerated based on Angular 13.
82
+
Starting from v14, zen versions will stick to Angular's major versions.
63
83
64
-
Previous versions of the library were based on a workspace generated using Angular 7 which has been gradually updated and tested up to Angular 11.
84
+
> Version 5.0.0 was regenerated based on Angular 13.
65
85
66
-
Compatibility with older versions is possible but not guaranteed.
86
+
> Previous versions of the library were based on a workspace generated using Angular 7 which has been gradually updated and tested up to Angular 11.
87
+
>
88
+
> Compatibility with older versions is possible but not guaranteed.
0 commit comments