tango-app-ui-auth 3.1.5-dev → 3.1.7-dev

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.
@@ -100,10 +100,10 @@ export class AuthService {
100
100
  .post(`${this.userApiUrl}/forgot-password-update`, data)
101
101
  .pipe(map((response) => response), catchError(this.handleError));
102
102
  }
103
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: AuthService, deps: [{ token: i1.Router }, { token: i2.HttpClient }, { token: i3.GlobalStateService }], target: i0.ɵɵFactoryTarget.Injectable });
104
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: AuthService, providedIn: "root" });
103
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AuthService, deps: [{ token: i1.Router }, { token: i2.HttpClient }, { token: i3.GlobalStateService }], target: i0.ɵɵFactoryTarget.Injectable });
104
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AuthService, providedIn: "root" });
105
105
  }
106
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: AuthService, decorators: [{
106
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AuthService, decorators: [{
107
107
  type: Injectable,
108
108
  args: [{
109
109
  providedIn: "root",
@@ -35,11 +35,11 @@ const routes = [
35
35
  },
36
36
  ];
37
37
  export class TangoAuthRoutingModule {
38
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: TangoAuthRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
39
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.10", ngImport: i0, type: TangoAuthRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] });
40
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: TangoAuthRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] });
38
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: TangoAuthRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
39
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.11", ngImport: i0, type: TangoAuthRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] });
40
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: TangoAuthRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] });
41
41
  }
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: TangoAuthRoutingModule, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: TangoAuthRoutingModule, decorators: [{
43
43
  type: NgModule,
44
44
  args: [{
45
45
  imports: [RouterModule.forChild(routes)],
@@ -15,8 +15,8 @@ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
15
15
  import { CalendlyModalComponent } from './components/tango-auth-signup/step/calendly-modal/calendly-modal.component';
16
16
  import * as i0 from "@angular/core";
17
17
  export class TangoAuthModule {
18
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: TangoAuthModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.10", ngImport: i0, type: TangoAuthModule, declarations: [TangoAuthComponent,
18
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: TangoAuthModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.11", ngImport: i0, type: TangoAuthModule, declarations: [TangoAuthComponent,
20
20
  TangoAuthLoginComponent,
21
21
  TangoAuthSignupComponent,
22
22
  TangoAuthForgotPasswordComponent,
@@ -30,13 +30,13 @@ export class TangoAuthModule {
30
30
  NgOtpInputModule,
31
31
  ReactiveFormsModule,
32
32
  FormsModule] });
33
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: TangoAuthModule, imports: [CommonModule,
33
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: TangoAuthModule, imports: [CommonModule,
34
34
  TangoAuthRoutingModule,
35
35
  NgOtpInputModule,
36
36
  ReactiveFormsModule,
37
37
  FormsModule] });
38
38
  }
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: TangoAuthModule, decorators: [{
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: TangoAuthModule, decorators: [{
40
40
  type: NgModule,
41
41
  args: [{
42
42
  declarations: [