@idsoftsource/initial-process 1.7.1 → 1.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.
|
@@ -34614,7 +34614,9 @@ class InitialProcessModule {
|
|
|
34614
34614
|
TextMaskModule,
|
|
34615
34615
|
SignaturePadModule,
|
|
34616
34616
|
PreviewComponent,
|
|
34617
|
-
CommonPipesModule], exports: [InitialProcessComponent
|
|
34617
|
+
CommonPipesModule], exports: [InitialProcessComponent,
|
|
34618
|
+
TermsConditionsComponent,
|
|
34619
|
+
PrivacyPolicyComponent] });
|
|
34618
34620
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: InitialProcessModule, imports: [CommonModule,
|
|
34619
34621
|
FormsModule,
|
|
34620
34622
|
ReactiveFormsModule,
|
|
@@ -34669,7 +34671,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
34669
34671
|
CommonPipesModule
|
|
34670
34672
|
],
|
|
34671
34673
|
exports: [
|
|
34672
|
-
InitialProcessComponent
|
|
34674
|
+
InitialProcessComponent,
|
|
34675
|
+
TermsConditionsComponent,
|
|
34676
|
+
PrivacyPolicyComponent
|
|
34673
34677
|
]
|
|
34674
34678
|
}]
|
|
34675
34679
|
}] });
|
|
@@ -34867,5 +34871,5 @@ var AppType;
|
|
|
34867
34871
|
* Generated bundle index. Do not edit.
|
|
34868
34872
|
*/
|
|
34869
34873
|
|
|
34870
|
-
export { AppType, InitialProcessComponent, InitialProcessModule, LIBRARY_CONFIG, MustChangePasswordComponent, PreviewComponent, VerifyEmailComponent };
|
|
34874
|
+
export { AppType, InitialProcessComponent, InitialProcessModule, LIBRARY_CONFIG, MustChangePasswordComponent, PreviewComponent, PrivacyPolicyComponent, TermsConditionsComponent, VerifyEmailComponent };
|
|
34871
34875
|
//# sourceMappingURL=idsoftsource-initial-process.mjs.map
|