4 lines
104 B
TypeScript
4 lines
104 B
TypeScript
|
import { InjectionToken } from '@angular/core';
|
||
|
|
||
|
export const SLIDE = new InjectionToken<any>('SLIDE');
|