mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-19 06:42:35 +00:00
4 lines
151 B
TypeScript
4 lines
151 B
TypeScript
import { InjectionToken } from '@angular/core';
|
|
|
|
export const FUSE_MOCK_API_DEFAULT_DELAY = new InjectionToken<number>('FUSE_MOCK_API_DEFAULT_DELAY');
|