angular-froala-wysiwyg 4.5.0 → 4.5.2
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 +2 -2
package/README.md
CHANGED
|
@@ -551,7 +551,7 @@ public options: Object = {
|
|
|
551
551
|
}
|
|
552
552
|
```
|
|
553
553
|
|
|
554
|
-
|
|
554
|
+
Additional option is used:
|
|
555
555
|
* **immediateAngularModelUpdate**: (default: false) This option synchronizes the angular model as soon as a key is released in the editor. Note that it may affect performances.
|
|
556
556
|
|
|
557
557
|
|
|
@@ -622,7 +622,7 @@ If you want to use two-way binding to display the form model in other places you
|
|
|
622
622
|
</form>
|
|
623
623
|
```
|
|
624
624
|
|
|
625
|
-
If you want to wrap froalaEditor directive into a component that supports reactive forms please see [froala.component.ts](https://github.com/froala/angular-froala-wysiwyg/blob/master/demo/src/app/froala.component.ts) from demo.
|
|
625
|
+
If you want to wrap froalaEditor directive into a component that supports reactive forms please see [froala.component.ts](https://github.com/froala/angular-froala-wysiwyg/blob/master/projects/demo/src/app/froala.component.ts) from demo.
|
|
626
626
|
|
|
627
627
|
### Extend functionality
|
|
628
628
|
|
package/package.json
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
"url": "https://github.com/froala/angular-froala-wysiwyg.git",
|
|
6
6
|
"directory": "projects/library"
|
|
7
7
|
},
|
|
8
|
-
"version": "4.5.
|
|
8
|
+
"version": "4.5.2",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"froala-editor": "4.5.
|
|
10
|
+
"froala-editor": "4.5.2",
|
|
11
11
|
"tslib": "^2.3.0"
|
|
12
12
|
},
|
|
13
13
|
"module": "fesm2022/angular-froala-wysiwyg.mjs",
|