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