entcore 4.8.10 → 4.8.11-develop-b2school.202412161149
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/bundle/ng-app.js +3 -3
- package/bundle/ng-app.js.map +1 -1
- package/dist/ng-app.js +3 -3
- package/dist/ng-app.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
infra-front is the Open Digital Education (ODE) frontend framework.
|
|
4
4
|
It is wriiten in typescript and it provides features and components to build and run ODE applications :
|
|
5
5
|
|
|
6
|
-
- angularJS bootstrap and (light) abstraction (Model, Controllers and
|
|
6
|
+
- angularJS bootstrap and (light) abstraction (Model, Controllers and Directives injection)
|
|
7
7
|
- portal theming (skin, assets overriding, SASS extensions for applications ...)
|
|
8
8
|
- widgets management
|
|
9
9
|
- sniplets management (sniplets are small and dynamic pieces of UI useful to mix contents from different applications)
|
|
@@ -14,7 +14,7 @@ It is wriiten in typescript and it provides features and components to build and
|
|
|
14
14
|
|
|
15
15
|
## Install
|
|
16
16
|
|
|
17
|
-
Install and configure the following projects in the same root
|
|
17
|
+
Install and configure the following projects in the same root directory.
|
|
18
18
|
|
|
19
19
|
### 1. ENT Core
|
|
20
20
|
|