mirror of https://github.com/abpframework/abp
parent
e82dac567a
commit
c05fde1f78
@ -0,0 +1,4 @@
|
||||
import { InjectionToken } from '@angular/core';
|
||||
import { ABP } from '../models/common';
|
||||
|
||||
export const CORE_OPTIONS = new InjectionToken<ABP.Root>('CORE_OPTIONS');
|
||||
Loading…
Reference in new issue