feat: create CORE_OPTIONS injection token

#3536
pull/3610/head
mehmet-erim 6 years ago
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…
Cancel
Save