ode-ngjs-front 0.6.0-explorer.202110070911 → 0.6.0-explorer.202110110733
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,9 +4,9 @@ Open Digital Education (ODE) frontend framework definition and implementation.
|
|
|
4
4
|
/!\ THIS IS WORK IN PROGRESS, AND STILL UNDER HEAVY DEVELOPMENT.
|
|
5
5
|
PLEASE DO NOT USE UNTIL IT REACHES 1.0.
|
|
6
6
|
|
|
7
|
-
It
|
|
7
|
+
It focus on the UI (presentation layer), and relies on ode-ts-client for the data layer.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Written in typescript, it provides features and components to build and run ODE applications :
|
|
10
10
|
|
|
11
11
|
- angularJS bootstrap,
|
|
12
12
|
- many angularJS directives and services,
|
package/package.json
CHANGED