Browse Source
add skipiInitAuthService to ABP.Root in ng core package
pull/19527/head
Ahmad Almunajjed
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
npm/ng-packs/packages/core/src/lib/models/common.ts
|
|
|
@ -9,6 +9,7 @@ export namespace ABP { |
|
|
|
environment: Partial<Environment>; |
|
|
|
registerLocaleFn: (locale: string) => Promise<any>; |
|
|
|
skipGetAppConfiguration?: boolean; |
|
|
|
skipiInitAuthService?: boolean; |
|
|
|
sendNullsAsQueryParam?: boolean; |
|
|
|
tenantKey?: string; |
|
|
|
localizations?: Localization[]; |
|
|
|
|