ez-vid-ang 21.2.0 → 22.0.1
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 +3 -4
- package/fesm2022/ez-vid-ang.mjs +741 -831
- package/fesm2022/ez-vid-ang.mjs.map +1 -1
- package/package.json +4 -3
- package/types/ez-vid-ang.d.ts +191 -166
package/README.md
CHANGED
|
@@ -19,13 +19,12 @@ Example project can be found on [Stackblitz](https://stackblitz.com/edit/stackbl
|
|
|
19
19
|
|
|
20
20
|
## Version compatibility
|
|
21
21
|
|
|
22
|
-
EzVidAng
|
|
22
|
+
EzVidAng updates and develops the library for the 2 latest versions.
|
|
23
23
|
|
|
24
24
|
| EzVidAng | Angular | Node.js |
|
|
25
25
|
| ----------- | ---------- | --------------------------------- |
|
|
26
|
-
| ^
|
|
27
|
-
| ^
|
|
28
|
-
| ^21.0.0 | ^21.0.0 | [According to Angular docs](https://angular.dev/reference/releases#actively-supported-versions) |
|
|
26
|
+
| ^21.2.x | ^21.2.x | [According to Angular docs](https://angular.dev/reference/versions#actively-supported-versions) |
|
|
27
|
+
| ^22.0.0 | ^22.0.0 | [According to Angular docs](https://angular.dev/reference/versions#actively-supported-versions) |
|
|
29
28
|
|
|
30
29
|
|
|
31
30
|
## Installing and preparation
|