boruto-xrmui 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/fesm2022/boruto-xrmui.mjs +1372 -0
- package/fesm2022/boruto-xrmui.mjs.map +1 -0
- package/package.json +25 -0
- package/types/boruto-xrmui.d.ts +394 -0
package/README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Xrmui
|
|
2
|
+
|
|
3
|
+
This project purpose is to make it easy to build angular ui, that works seamless as components with a datavere model driven app context
|
|
4
|
+
|
|
5
|
+
The project also holds angular 21 migrated components complient with KiponUI module
|
|
6
|
+
|
|
7
|
+
# Disclaimer
|
|
8
|
+
Use of the module is on you own risk
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## Owner
|
|
12
|
+
(c) Kipon ApS 2026
|