@flusys/ng-email 3.0.0 → 4.0.0-lts
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 -3
- package/fesm2022/{flusys-ng-email-email-config-form.component-tg4pKP7G.mjs → flusys-ng-email-email-config-form.component-Cj2U6Tgf.mjs} +98 -92
- package/fesm2022/flusys-ng-email-email-config-form.component-Cj2U6Tgf.mjs.map +1 -0
- package/fesm2022/{flusys-ng-email-email-config-list.component-Dt9PY9xD.mjs → flusys-ng-email-email-config-list.component-oznfQvxo.mjs} +81 -70
- package/fesm2022/flusys-ng-email-email-config-list.component-oznfQvxo.mjs.map +1 -0
- package/fesm2022/{flusys-ng-email-template-form.component-vlfHz6VE.mjs → flusys-ng-email-template-form.component-CgJZiMCa.mjs} +67 -61
- package/fesm2022/flusys-ng-email-template-form.component-CgJZiMCa.mjs.map +1 -0
- package/fesm2022/{flusys-ng-email-template-list.component-krrpsjDv.mjs → flusys-ng-email-template-list.component-DHnuMTpB.mjs} +80 -70
- package/fesm2022/flusys-ng-email-template-list.component-DHnuMTpB.mjs.map +1 -0
- package/fesm2022/flusys-ng-email.mjs +256 -31
- package/fesm2022/flusys-ng-email.mjs.map +1 -1
- package/package.json +6 -5
- package/types/flusys-ng-email.d.ts +15 -6
- package/fesm2022/flusys-ng-email-email-config-form.component-tg4pKP7G.mjs.map +0 -1
- package/fesm2022/flusys-ng-email-email-config-list.component-Dt9PY9xD.mjs.map +0 -1
- package/fesm2022/flusys-ng-email-template-form.component-vlfHz6VE.mjs.map +0 -1
- package/fesm2022/flusys-ng-email-template-list.component-krrpsjDv.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Email Package Guide
|
|
2
2
|
|
|
3
3
|
> **Package:** `@flusys/ng-email`
|
|
4
|
-
> **Version:**
|
|
4
|
+
> **Version:** 4.0.0-rc
|
|
5
5
|
> **Type:** Email management with configurations, templates, and sending
|
|
6
6
|
|
|
7
7
|
---
|
|
@@ -509,7 +509,7 @@ export class EmailBuilderStateService {
|
|
|
509
509
|
|
|
510
510
|
## Components
|
|
511
511
|
|
|
512
|
-
All components are standalone, use Angular 21 signals,
|
|
512
|
+
All components are standalone, use Angular 21 signals, and lazy-load via routes.
|
|
513
513
|
|
|
514
514
|
### Component Overview
|
|
515
515
|
|
|
@@ -662,5 +662,5 @@ All endpoints use **POST-only RPC** style (not REST).
|
|
|
662
662
|
---
|
|
663
663
|
|
|
664
664
|
**Last Updated:** 2026-02-25
|
|
665
|
-
**Version:** 3.0.
|
|
665
|
+
**Version:** 3.0.1
|
|
666
666
|
**Angular Version:** 21
|