@wertzui/ngx-restworld-client 4.2.7 → 4.3.0
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/esm2020/lib/restworld-client.module.mjs +8 -6
- package/fesm2015/wertzui-ngx-restworld-client.mjs +7 -5
- package/fesm2015/wertzui-ngx-restworld-client.mjs.map +1 -1
- package/fesm2020/wertzui-ngx-restworld-client.mjs +7 -5
- package/fesm2020/wertzui-ngx-restworld-client.mjs.map +1 -1
- package/lib/restworld-client.module.d.ts +4 -4
- package/package.json +2 -2
|
@@ -1656,9 +1656,9 @@ RestworldClientModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", v
|
|
|
1656
1656
|
RESTworldEditViewComponent,
|
|
1657
1657
|
RESTWorldImageViewComponent,
|
|
1658
1658
|
RESTWorldFileViewComponent,
|
|
1659
|
+
RestworldEditFormComponent,
|
|
1659
1660
|
SafeUrlPipe,
|
|
1660
|
-
AsPipe,
|
|
1661
|
-
RestworldEditFormComponent], imports: [CommonModule,
|
|
1661
|
+
AsPipe], imports: [CommonModule,
|
|
1662
1662
|
RouterModule,
|
|
1663
1663
|
FormsModule,
|
|
1664
1664
|
ReactiveFormsModule,
|
|
@@ -1693,7 +1693,8 @@ RestworldClientModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", v
|
|
|
1693
1693
|
RESTWorldImageViewComponent,
|
|
1694
1694
|
RESTWorldFileViewComponent,
|
|
1695
1695
|
RestworldEditFormComponent,
|
|
1696
|
-
SafeUrlPipe
|
|
1696
|
+
SafeUrlPipe,
|
|
1697
|
+
AsPipe] });
|
|
1697
1698
|
RestworldClientModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.5", ngImport: i0, type: RestworldClientModule, providers: [
|
|
1698
1699
|
RESTworldClientCollection,
|
|
1699
1700
|
AvatarGenerator,
|
|
@@ -1747,9 +1748,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImpor
|
|
|
1747
1748
|
RESTworldEditViewComponent,
|
|
1748
1749
|
RESTWorldImageViewComponent,
|
|
1749
1750
|
RESTWorldFileViewComponent,
|
|
1751
|
+
RestworldEditFormComponent,
|
|
1750
1752
|
SafeUrlPipe,
|
|
1751
1753
|
AsPipe,
|
|
1752
|
-
RestworldEditFormComponent
|
|
1753
1754
|
],
|
|
1754
1755
|
imports: [
|
|
1755
1756
|
CommonModule,
|
|
@@ -1790,7 +1791,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImpor
|
|
|
1790
1791
|
RESTWorldImageViewComponent,
|
|
1791
1792
|
RESTWorldFileViewComponent,
|
|
1792
1793
|
RestworldEditFormComponent,
|
|
1793
|
-
SafeUrlPipe
|
|
1794
|
+
SafeUrlPipe,
|
|
1795
|
+
AsPipe
|
|
1794
1796
|
],
|
|
1795
1797
|
providers: [
|
|
1796
1798
|
RESTworldClientCollection,
|