Browse Source

add skipiInitAuthService to ABP.Root in ng core package

pull/19527/head
Ahmad Almunajjed 2 years ago
committed by GitHub
parent
commit
d238bd2cbb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      npm/ng-packs/packages/core/src/lib/models/common.ts

1
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[];

Loading…
Cancel
Save