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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ Demo applications can be seen here:
39
39
---
40
40
41
41
## News
42
+
-***2026-03-31:*** Try our [AI based application generator!](https://dont-code.net/dashboard/repo/default?action=generate). You can now just describe the application you want, and it will generate it based on the ng-xtend framework & plugins !
42
43
-***2026-01-27:*** Added repository with multiple examples of ng-xtend usage. => [ng-xtend-examples](https://github.com/dont-code/ng-xtend-examples)
43
44
-***2026-01-04:*** Version 0.5.5, supports for many to one references
44
45
-***2025-11-02:*** Added support for actions, allowing plugins to add features dynamically, and added the agenda plugin, with support for recurrent tasks
@@ -74,8 +75,8 @@ Currently, ng-xtend supports four major extension points:
74
75
Here are screenshots of an application automatically handling list, view and edition of complex data (evaluations of coffee beans) using ng-xtend, a [dont-code application](https://dont-code.net/){target="_blank"}, and the [default plugin](https://github.com/dont-code/ng-xtend/tree/main/plugins/xt-default) and [web plugin](https://github.com/dont-code/ng-xtend/tree/main/plugins/xt-web)
75
76
You can see how the different plugins work together without knowing each other. Even the host application does not know them.
<p>More live demo applications are available here:</p>
@@ -422,7 +422,7 @@ <h2 id="examples">Examples and use cases</h2>
422
422
<p>ng-xtend is built to support real-world scenarios where several plugins collaborate together without tight coupling.</p>
423
423
<p>Here are screenshots of an application automatically handling list, view, and edition of complex data using ng-xtend, a <ahref="https://dont-code.net/" target="_blank" rel="noreferrer">dont-code application</a>, and the <ahref="https://github.com/dont-code/ng-xtend/tree/main/plugins/xt-default" target="_blank" rel="noreferrer">default plugin</a> and <ahref="https://github.com/dont-code/ng-xtend/tree/main/plugins/xt-web" target="_blank" rel="noreferrer">web plugin</a>.</p>
424
424
<p>You can see how the different plugins work together without knowing each other. Even the host application does not know them.</p>
0 commit comments