mirror of https://github.com/abpframework/abp.git
3 changed files with 7 additions and 5 deletions
@ -0,0 +1,6 @@ |
|||||
|
import { InjectionToken } from '@angular/core'; |
||||
|
import { AccountConfigOptions } from '../models/config-options'; |
||||
|
|
||||
|
export const ACCOUNT_CONFIG_OPTIONS = new InjectionToken<AccountConfigOptions>( |
||||
|
'ACCOUNT_CONFIG_OPTIONS', |
||||
|
); |
||||
@ -1 +1 @@ |
|||||
export * from './options.token'; |
export * from './config-options.token'; |
||||
|
|||||
@ -1,4 +0,0 @@ |
|||||
import { InjectionToken } from '@angular/core'; |
|
||||
import { Options } from '../models/options'; |
|
||||
|
|
||||
export const ACCOUNT_OPTIONS = new InjectionToken<Options>('ACCOUNT_OPTIONS'); |
|
||||
Loading…
Reference in new issue