ng-ipa-library 0.7.1 → 0.7.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/bundles/ng-ipa-library.umd.js +5 -2
- package/bundles/ng-ipa-library.umd.js.map +1 -1
- package/esm2015/lib/ng-ipa-library.module.js +6 -3
- package/fesm2015/ng-ipa-library.js +5 -2
- package/fesm2015/ng-ipa-library.js.map +1 -1
- package/lib/ng-ipa-library.module.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1533,7 +1533,8 @@
|
|
|
1533
1533
|
HijriDatepickerComponent,
|
|
1534
1534
|
GregorianDatepickerComponent,
|
|
1535
1535
|
ShareButtonModule,
|
|
1536
|
-
RecaptchaComponent
|
|
1536
|
+
RecaptchaComponent,
|
|
1537
|
+
i3.NgSelectModule] });
|
|
1537
1538
|
NgIPALibraryModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0__namespace, type: NgIPALibraryModule, imports: [[
|
|
1538
1539
|
i3$1.CommonModule,
|
|
1539
1540
|
i2$1.FormsModule,
|
|
@@ -1546,7 +1547,8 @@
|
|
|
1546
1547
|
ShareButtonModule,
|
|
1547
1548
|
i3.NgSelectModule,
|
|
1548
1549
|
], PipesModule,
|
|
1549
|
-
ShareButtonModule
|
|
1550
|
+
ShareButtonModule,
|
|
1551
|
+
i3.NgSelectModule] });
|
|
1550
1552
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.9", ngImport: i0__namespace, type: NgIPALibraryModule, decorators: [{
|
|
1551
1553
|
type: i0.NgModule,
|
|
1552
1554
|
args: [{
|
|
@@ -1586,6 +1588,7 @@
|
|
|
1586
1588
|
GregorianDatepickerComponent,
|
|
1587
1589
|
ShareButtonModule,
|
|
1588
1590
|
RecaptchaComponent,
|
|
1591
|
+
i3.NgSelectModule,
|
|
1589
1592
|
],
|
|
1590
1593
|
}]
|
|
1591
1594
|
}] });
|