@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.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. 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:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dangl/angular-material-shared",
3
- "version": "2.7.2",
3
+ "version": "2.7.3-beta0002",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">=18.0.0",
6
6
  "@angular/common": ">=18.0.0",