barsa-auth 2.3.71 → 2.3.73
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/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -229,7 +229,7 @@ interface Settings {
|
|
|
229
229
|
declare class BarsaAuthModule extends BaseModule {
|
|
230
230
|
protected dcm: DynamicComponentService;
|
|
231
231
|
protected componentFactoryResolver: ComponentFactoryResolver;
|
|
232
|
-
protected dynamicComponents: (typeof BarsaAuthComponent | typeof EnterMobileComponent | typeof
|
|
232
|
+
protected dynamicComponents: (typeof BarsaAuthComponent | typeof EnterMobileComponent | typeof UserPassComponent | typeof TimerCountDownComponent | typeof VerificationComponent | typeof LoginComponent)[];
|
|
233
233
|
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
234
234
|
constructor();
|
|
235
235
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaAuthModule, never>;
|