@dangl/angular-material-shared 2.7.2 → 2.7.3-beta0002
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 +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -121,6 +121,15 @@ Because the paths might be dependent on your environment, you can use the follow
|
|
|
121
121
|
? '/dist/assets/tinymce-assets'
|
|
122
122
|
: '/assets/tinymce-assets';
|
|
123
123
|
|
|
124
|
+
#### TinyMCE Dependencies
|
|
125
|
+
|
|
126
|
+
If you want to use the `TinyMCE` component, you need those two dependencies as well:
|
|
127
|
+
|
|
128
|
+
```
|
|
129
|
+
"tinymce": "6.8.3",
|
|
130
|
+
"@tinymce/tinymce-angular": "^8.0.0",
|
|
131
|
+
```
|
|
132
|
+
|
|
124
133
|
#### TinyMCE Localization / i18n
|
|
125
134
|
|
|
126
135
|
By default, the TinyMCE editors language is English. You can include other languages as well. This package includes all the language files. To use them, the following must be done:
|