@project-sunbird/sunbird-questionset-editor-web-component 2.0.0-beta.8 → 2.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 +1 -1
- package/package.json +1 -1
- package/sunbird-questionset-editor.js +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
# :diamond_shape_with_a_dot_inside: QuestionSet Editor
|
|
2
|
+
# :diamond_shape_with_a_dot_inside: QuestionSet Editor for Sunbird!
|
|
3
3
|
Question Set Editor library components is powered by angular. This editor is primarily designed to be used in the sunbirdEd portal and web portal to drive reusability, maintainability hence reducing the redundant development effort significantly. And it can be integrated with any platform irrespective of the platforms and the frontend frameworks. It is exported not only as an angular library but also as a web component aims to make it easy to share, discover, and reuse web components. It creates a framework agnostic way of composing and re-purposing code.
|
|
4
4
|
|
|
5
5
|
# :bookmark_tabs: Getting started with integration steps
|
package/package.json
CHANGED