Skip to content

Commit

Permalink
feat: create CORE_OPTIONS injection token
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-erim committed Apr 14, 2020
1 parent e82dac5 commit c05fde1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions npm/ng-packs/packages/core/src/lib/tokens/options.token.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { InjectionToken } from '@angular/core';
import { ABP } from '../models/common';

export const CORE_OPTIONS = new InjectionToken<ABP.Root>('CORE_OPTIONS');

0 comments on commit c05fde1

Please sign in to comment.