@igo2/auth 16.2.0 → 17.0.0-next.0
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/esm2022/lib/auth-form/auth-facebook.component.mjs +6 -6
- package/esm2022/lib/auth-form/auth-form.component.mjs +26 -15
- package/esm2022/lib/auth-form/auth-google.component.mjs +6 -6
- package/esm2022/lib/auth-form/auth-intern.component.mjs +26 -12
- package/esm2022/lib/auth-form/auth-microsoft.component.mjs +12 -9
- package/esm2022/lib/auth-form/auth-microsoftb2c.component.mjs +12 -9
- package/esm2022/lib/auth-form/index.mjs +15 -1
- package/esm2022/lib/auth-monitoring/auth-monitoring.provider.mjs +1 -1
- package/esm2022/lib/auth-monitoring/auth-monitoring.service.mjs +6 -6
- package/esm2022/lib/auth.module.mjs +23 -16
- package/esm2022/lib/environment/environment.interface.mjs +1 -1
- package/esm2022/lib/environment/index.mjs +1 -1
- package/esm2022/lib/shared/admin.guard.mjs +5 -5
- package/esm2022/lib/shared/auth-microsoft.provider.mjs +1 -1
- package/esm2022/lib/shared/auth-msalBroadcastServiceb2c.service.mjs +6 -6
- package/esm2022/lib/shared/auth-msalServiceb2c.service..mjs +6 -6
- package/esm2022/lib/shared/auth-storage.interface.mjs +1 -1
- package/esm2022/lib/shared/auth-storage.service.mjs +5 -5
- package/esm2022/lib/shared/auth.guard.mjs +5 -5
- package/esm2022/lib/shared/auth.interceptor.mjs +5 -5
- package/esm2022/lib/shared/auth.interface.mjs +1 -1
- package/esm2022/lib/shared/auth.service.mjs +6 -6
- package/esm2022/lib/shared/index.mjs +1 -1
- package/esm2022/lib/shared/logged.guard.mjs +5 -5
- package/esm2022/lib/shared/profils.guard.mjs +5 -5
- package/esm2022/lib/shared/protected.directive.mjs +7 -6
- package/esm2022/lib/shared/token.service.mjs +5 -5
- package/esm2022/public_api.mjs +1 -2
- package/fesm2022/igo2-auth.mjs +203 -185
- package/fesm2022/igo2-auth.mjs.map +1 -1
- package/lib/auth-form/auth-facebook.component.d.ts +1 -1
- package/lib/auth-form/auth-form.component.d.ts +1 -1
- package/lib/auth-form/auth-google.component.d.ts +1 -1
- package/lib/auth-form/auth-intern.component.d.ts +1 -1
- package/lib/auth-form/auth-microsoft.component.d.ts +1 -1
- package/lib/auth-form/auth-microsoftb2c.component.d.ts +1 -1
- package/lib/auth-form/index.d.ts +7 -0
- package/lib/auth.module.d.ts +17 -16
- package/lib/shared/auth-storage.service.d.ts +1 -1
- package/lib/shared/protected.directive.d.ts +1 -1
- package/locale/en.auth.json +29 -28
- package/locale/fr.auth.json +33 -32
- package/package.json +9 -9
- package/public_api.d.ts +0 -1
- package/src/auth.theme.scss +9 -0
- package/src/lib/auth-form/auth-intern.theme.scss +19 -0
- package/esm2022/lib/auth-routing.module.mjs +0 -23
- package/lib/auth-routing.module.d.ts +0 -7
|
@@ -20,5 +20,5 @@ export declare class AuthGoogleComponent {
|
|
|
20
20
|
private loadSDKGoogle;
|
|
21
21
|
private loadPlatform;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<AuthGoogleComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AuthGoogleComponent, "igo-auth-google", never, {}, { "login": "login"; }, never, never,
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AuthGoogleComponent, "igo-auth-google", never, {}, { "login": "login"; }, never, never, true, never>;
|
|
24
24
|
}
|
|
@@ -17,5 +17,5 @@ export declare class AuthInternComponent {
|
|
|
17
17
|
loginUser(values: any): boolean;
|
|
18
18
|
loginAnonymous(): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<AuthInternComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AuthInternComponent, "igo-auth-intern", never, { "allowAnonymous": { "alias": "allowAnonymous"; "required": false; }; }, { "login": "login"; }, never, never,
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AuthInternComponent, "igo-auth-intern", never, { "allowAnonymous": { "alias": "allowAnonymous"; "required": false; }; }, { "login": "login"; }, never, never, true, never>;
|
|
21
21
|
}
|
|
@@ -19,5 +19,5 @@ export declare class AuthMicrosoftComponent {
|
|
|
19
19
|
private checkAccount;
|
|
20
20
|
private getConf;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<AuthMicrosoftComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AuthMicrosoftComponent, "igo-auth-microsoft", never, {}, { "login": "login"; }, never, never,
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AuthMicrosoftComponent, "igo-auth-microsoft", never, {}, { "login": "login"; }, never, never, true, never>;
|
|
23
23
|
}
|
|
@@ -19,5 +19,5 @@ export declare class AuthMicrosoftb2cComponent {
|
|
|
19
19
|
private checkAccount;
|
|
20
20
|
private getConf;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<AuthMicrosoftb2cComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AuthMicrosoftb2cComponent, "igo-auth-microsoftb2c", never, {}, { "login": "login"; }, never, never,
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AuthMicrosoftb2cComponent, "igo-auth-microsoftb2c", never, {}, { "login": "login"; }, never, never, true, never>;
|
|
23
23
|
}
|
package/lib/auth-form/index.d.ts
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
|
+
import { AuthFacebookComponent } from './auth-facebook.component';
|
|
2
|
+
import { AuthFormComponent } from './auth-form.component';
|
|
3
|
+
import { AuthGoogleComponent } from './auth-google.component';
|
|
4
|
+
import { AuthInternComponent } from './auth-intern.component';
|
|
5
|
+
import { AuthMicrosoftComponent } from './auth-microsoft.component';
|
|
6
|
+
import { AuthMicrosoftb2cComponent } from './auth-microsoftb2c.component';
|
|
1
7
|
export * from './auth-form.component';
|
|
2
8
|
export * from './auth-intern.component';
|
|
3
9
|
export * from './auth-facebook.component';
|
|
4
10
|
export * from './auth-google.component';
|
|
11
|
+
export declare const AUTH_FORM_DIRECTIVES: readonly [typeof AuthFormComponent, typeof AuthGoogleComponent, typeof AuthInternComponent, typeof AuthFacebookComponent, typeof AuthMicrosoftComponent, typeof AuthMicrosoftb2cComponent];
|
package/lib/auth.module.d.ts
CHANGED
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "
|
|
4
|
-
import * as i2 from "
|
|
5
|
-
import * as i3 from "
|
|
6
|
-
import * as i4 from "
|
|
7
|
-
import * as i5 from "
|
|
8
|
-
import * as i6 from "
|
|
9
|
-
import * as i7 from "
|
|
10
|
-
import * as i8 from "@
|
|
11
|
-
import * as i9 from "@angular
|
|
12
|
-
import * as i10 from "
|
|
13
|
-
import * as i11 from "
|
|
14
|
-
import * as i12 from "
|
|
15
|
-
import * as i13 from "
|
|
16
|
-
import * as i14 from "
|
|
17
|
-
import * as i15 from "
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "@angular/forms";
|
|
5
|
+
import * as i3 from "@angular/material/form-field";
|
|
6
|
+
import * as i4 from "@angular/material/input";
|
|
7
|
+
import * as i5 from "@angular/material/icon";
|
|
8
|
+
import * as i6 from "@angular/material/progress-spinner";
|
|
9
|
+
import * as i7 from "@angular/material/button";
|
|
10
|
+
import * as i8 from "@igo2/core";
|
|
11
|
+
import * as i9 from "@azure/msal-angular";
|
|
12
|
+
import * as i10 from "./auth-form/auth-form.component";
|
|
13
|
+
import * as i11 from "./auth-form/auth-google.component";
|
|
14
|
+
import * as i12 from "./auth-form/auth-intern.component";
|
|
15
|
+
import * as i13 from "./auth-form/auth-facebook.component";
|
|
16
|
+
import * as i14 from "./auth-form/auth-microsoft.component";
|
|
17
|
+
import * as i15 from "./auth-form/auth-microsoftb2c.component";
|
|
18
|
+
import * as i16 from "./shared/protected.directive";
|
|
18
19
|
export declare class IgoAuthModule {
|
|
19
20
|
static forRoot(): ModuleWithProviders<IgoAuthModule>;
|
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAuthModule, never>;
|
|
21
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAuthModule, [typeof i1.
|
|
22
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAuthModule, never, [typeof i1.CommonModule, typeof i2.ReactiveFormsModule, typeof i3.MatFormFieldModule, typeof i4.MatInputModule, typeof i5.MatIconModule, typeof i6.MatProgressSpinnerModule, typeof i7.MatButtonModule, typeof i8.IgoLanguageModule, typeof i9.MsalModule, typeof i10.AuthFormComponent, typeof i11.AuthGoogleComponent, typeof i12.AuthInternComponent, typeof i13.AuthFacebookComponent, typeof i14.AuthMicrosoftComponent, typeof i15.AuthMicrosoftb2cComponent, typeof i16.ProtectedDirective], [typeof i10.AuthFormComponent, typeof i16.ProtectedDirective]>;
|
|
22
23
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAuthModule>;
|
|
23
24
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { BaseStorage, ConfigService, StorageScope } from '@igo2/core';
|
|
3
|
-
import { AuthService } from './auth.service';
|
|
4
3
|
import { AuthStorageOptions } from './auth-storage.interface';
|
|
4
|
+
import { AuthService } from './auth.service';
|
|
5
5
|
import { TokenService } from './token.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class AuthStorageService extends BaseStorage<AuthStorageOptions> {
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class ProtectedDirective {
|
|
5
5
|
constructor(authentication: AuthService, el: ElementRef);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProtectedDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ProtectedDirective, "[igoProtected]", never, {}, {}, never, never,
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ProtectedDirective, "[igoProtected]", never, {}, {}, never, never, true, never>;
|
|
8
8
|
}
|
package/locale/en.auth.json
CHANGED
|
@@ -1,28 +1,29 @@
|
|
|
1
|
-
{
|
|
2
|
-
"igo": {
|
|
3
|
-
"auth": {
|
|
4
|
-
"accessAnonymous": "
|
|
5
|
-
"connection": "Connection",
|
|
6
|
-
"login": "Login",
|
|
7
|
-
"password": "Password",
|
|
8
|
-
"signOut": "Sign out",
|
|
9
|
-
"user": "User",
|
|
10
|
-
"welcome": "Welcome {{name}}!",
|
|
11
|
-
"deconnection": "You are logged out.",
|
|
12
|
-
"home": "Return to the home page",
|
|
13
|
-
"error": {
|
|
14
|
-
"Password expired": "Password expired",
|
|
15
|
-
"Maximun logins exceeded": "Maximum logins exceeded",
|
|
16
|
-
"Login lockout": "Maximum number of attempts exceeded. Your account is locked.",
|
|
17
|
-
"Wrong password": "Wrong password",
|
|
18
|
-
"Invalid username": "Invalid username"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"igo": {
|
|
3
|
+
"auth": {
|
|
4
|
+
"accessAnonymous": "Public access",
|
|
5
|
+
"connection": "Connection",
|
|
6
|
+
"login": "Login",
|
|
7
|
+
"password": "Password",
|
|
8
|
+
"signOut": "Sign out",
|
|
9
|
+
"user": "User",
|
|
10
|
+
"welcome": "Welcome {{name}}!",
|
|
11
|
+
"deconnection": "You are logged out.",
|
|
12
|
+
"home": "Return to the home page",
|
|
13
|
+
"error": {
|
|
14
|
+
"Password expired": "Password expired",
|
|
15
|
+
"Maximun logins exceeded": "Maximum logins exceeded",
|
|
16
|
+
"Login lockout": "Maximum number of attempts exceeded. Your account is locked.",
|
|
17
|
+
"Wrong password": "Wrong password",
|
|
18
|
+
"Invalid username": "Invalid username",
|
|
19
|
+
"Username or password invalid": "Username or password invalid"
|
|
20
|
+
},
|
|
21
|
+
"microsoft": {
|
|
22
|
+
"login": "Sign in with Azure account"
|
|
23
|
+
},
|
|
24
|
+
"microsoftb2c": {
|
|
25
|
+
"login": "Sign in"
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
package/locale/fr.auth.json
CHANGED
|
@@ -1,32 +1,33 @@
|
|
|
1
|
-
{
|
|
2
|
-
"igo": {
|
|
3
|
-
"auth": {
|
|
4
|
-
"accessAnonymous": "
|
|
5
|
-
"connection": "Connexion",
|
|
6
|
-
"login": "
|
|
7
|
-
"password": "Mot de passe",
|
|
8
|
-
"signOut": "Se déconnecter",
|
|
9
|
-
"user": "Utilisateur",
|
|
10
|
-
"welcome": "Bienvenue {{name}}!",
|
|
11
|
-
"deconnection": "Vous êtes déconnecté",
|
|
12
|
-
"home": "Retourner à la page d'accueil",
|
|
13
|
-
"error": {
|
|
14
|
-
"Password expired": "Votre mot de passe est expiré",
|
|
15
|
-
"Maximun logins exceeded": "Nombre maximal de connexions dépassé",
|
|
16
|
-
"Login lockout": "Nombre maximal d'essais dépassés. Votre compte est verrouillé.",
|
|
17
|
-
"Wrong password": "Mot de passe incorrect",
|
|
18
|
-
"Invalid username": "Utilisateur invalide"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"igo": {
|
|
3
|
+
"auth": {
|
|
4
|
+
"accessAnonymous": "Accès public",
|
|
5
|
+
"connection": "Connexion",
|
|
6
|
+
"login": "Se connecter",
|
|
7
|
+
"password": "Mot de passe",
|
|
8
|
+
"signOut": "Se déconnecter",
|
|
9
|
+
"user": "Utilisateur",
|
|
10
|
+
"welcome": "Bienvenue {{name}}!",
|
|
11
|
+
"deconnection": "Vous êtes déconnecté",
|
|
12
|
+
"home": "Retourner à la page d'accueil",
|
|
13
|
+
"error": {
|
|
14
|
+
"Password expired": "Votre mot de passe est expiré",
|
|
15
|
+
"Maximun logins exceeded": "Nombre maximal de connexions dépassé",
|
|
16
|
+
"Login lockout": "Nombre maximal d'essais dépassés. Votre compte est verrouillé.",
|
|
17
|
+
"Wrong password": "Mot de passe incorrect",
|
|
18
|
+
"Invalid username": "Utilisateur invalide",
|
|
19
|
+
"Username or password invalid": "Utilisateur ou mot de passe invalide"
|
|
20
|
+
},
|
|
21
|
+
"google": {
|
|
22
|
+
"login": "Se connecter avec Google",
|
|
23
|
+
"logged": "Connecté avec Google"
|
|
24
|
+
},
|
|
25
|
+
"microsoft": {
|
|
26
|
+
"login": "Se connecter avec compte Azure"
|
|
27
|
+
},
|
|
28
|
+
"microsoftb2c": {
|
|
29
|
+
"login": "Se connecter"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/auth",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "17.0.0-next.0",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -33,16 +33,16 @@
|
|
|
33
33
|
"tslib": "^2.6.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"@angular/cdk": "^
|
|
37
|
-
"@angular/common": "^
|
|
38
|
-
"@angular/core": "^
|
|
39
|
-
"@angular/forms": "^
|
|
40
|
-
"@angular/material": "^
|
|
41
|
-
"@angular/router": "^
|
|
36
|
+
"@angular/cdk": "^17.0.3",
|
|
37
|
+
"@angular/common": "^17.0.6",
|
|
38
|
+
"@angular/core": "^17.0.6",
|
|
39
|
+
"@angular/forms": "^17.0.6",
|
|
40
|
+
"@angular/material": "^17.0.3",
|
|
41
|
+
"@angular/router": "^17.0.6",
|
|
42
42
|
"@azure/msal-angular": "^3.0.4",
|
|
43
43
|
"@azure/msal-browser": "^3.0.4",
|
|
44
|
-
"@igo2/core": "^
|
|
45
|
-
"@igo2/utils": "^
|
|
44
|
+
"@igo2/core": "^17.0.0-next.0",
|
|
45
|
+
"@igo2/utils": "^17.0.0-next.0",
|
|
46
46
|
"rxjs": "^7.8.0"
|
|
47
47
|
},
|
|
48
48
|
"engines": {
|
package/public_api.d.ts
CHANGED
|
@@ -15,5 +15,4 @@ export * from './lib/shared/auth-storage.interface';
|
|
|
15
15
|
export * from './lib/shared/auth-storage.service';
|
|
16
16
|
export * from './lib/auth-monitoring/auth-monitoring.provider';
|
|
17
17
|
export * from './lib/auth-monitoring/auth-monitoring.service';
|
|
18
|
-
export * from './lib/auth-routing.module';
|
|
19
18
|
export * from './lib/auth.module';
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use '@angular/material' as mat;
|
|
3
|
+
|
|
4
|
+
@mixin theme($theme) {
|
|
5
|
+
@include color($theme);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@mixin color($theme) {
|
|
9
|
+
$background: map-get($theme, background);
|
|
10
|
+
|
|
11
|
+
igo-auth-intern {
|
|
12
|
+
.loading-container {
|
|
13
|
+
background-color: change-color(
|
|
14
|
+
$color: mat.get-color-from-palette($background, status-bar),
|
|
15
|
+
$alpha: 0.64
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { RouterModule } from '@angular/router';
|
|
3
|
-
import { AuthFormComponent } from './auth-form/auth-form.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@angular/router";
|
|
6
|
-
const routes = [
|
|
7
|
-
{ path: 'login', component: AuthFormComponent },
|
|
8
|
-
{ path: 'logout', component: AuthFormComponent }
|
|
9
|
-
];
|
|
10
|
-
export class AuthRoutingModule {
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AuthRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: AuthRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] });
|
|
13
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AuthRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] });
|
|
14
|
-
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AuthRoutingModule, decorators: [{
|
|
16
|
-
type: NgModule,
|
|
17
|
-
args: [{
|
|
18
|
-
imports: [RouterModule.forChild(routes)],
|
|
19
|
-
exports: [RouterModule],
|
|
20
|
-
providers: []
|
|
21
|
-
}]
|
|
22
|
-
}] });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0aC1yb3V0aW5nLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL2F1dGgvc3JjL2xpYi9hdXRoLXJvdXRpbmcubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBVSxNQUFNLGlCQUFpQixDQUFDO0FBRXZELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGlDQUFpQyxDQUFDOzs7QUFFcEUsTUFBTSxNQUFNLEdBQVc7SUFDckIsRUFBRSxJQUFJLEVBQUUsT0FBTyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRTtJQUMvQyxFQUFFLElBQUksRUFBRSxRQUFRLEVBQUUsU0FBUyxFQUFFLGlCQUFpQixFQUFFO0NBQ2pELENBQUM7QUFPRixNQUFNLE9BQU8saUJBQWlCO3dHQUFqQixpQkFBaUI7eUdBQWpCLGlCQUFpQix3Q0FIbEIsWUFBWTt5R0FHWCxpQkFBaUIsWUFKbEIsWUFBWSxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUMsRUFDN0IsWUFBWTs7NEZBR1gsaUJBQWlCO2tCQUw3QixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLENBQUM7b0JBQ3hDLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsU0FBUyxFQUFFLEVBQUU7aUJBQ2QiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUm91dGVyTW9kdWxlLCBSb3V0ZXMgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuXG5pbXBvcnQgeyBBdXRoRm9ybUNvbXBvbmVudCB9IGZyb20gJy4vYXV0aC1mb3JtL2F1dGgtZm9ybS5jb21wb25lbnQnO1xuXG5jb25zdCByb3V0ZXM6IFJvdXRlcyA9IFtcbiAgeyBwYXRoOiAnbG9naW4nLCBjb21wb25lbnQ6IEF1dGhGb3JtQ29tcG9uZW50IH0sXG4gIHsgcGF0aDogJ2xvZ291dCcsIGNvbXBvbmVudDogQXV0aEZvcm1Db21wb25lbnQgfVxuXTtcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1JvdXRlck1vZHVsZS5mb3JDaGlsZChyb3V0ZXMpXSxcbiAgZXhwb3J0czogW1JvdXRlck1vZHVsZV0sXG4gIHByb3ZpZGVyczogW11cbn0pXG5leHBvcnQgY2xhc3MgQXV0aFJvdXRpbmdNb2R1bGUge31cbiJdfQ==
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/router";
|
|
3
|
-
export declare class AuthRoutingModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AuthRoutingModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AuthRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AuthRoutingModule>;
|
|
7
|
-
}
|