UNPKG

@yehia2amer/ngx-inline-editor

Version:

Follow me [![twitter](https://img.shields.io/twitter/follow/carlillo.svg?style=social&label=%20carlillo)](https://twitter.com/carlillo) to be notified about new releases.

5 lines (3 loc) 225 B
import { InjectionToken } from '@angular/core'; export const INLINE_EDITOR_INPUTS = new InjectionToken<string>('INLINE_EDITOR_INPUTS'); export const INLINE_EDITOR_CONFIG = new InjectionToken<string>('INLINE_EDITOR_CONFIG');