UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

4 lines (2 loc) 121 B
import { InjectionToken } from '@angular/core'; export const OHAYO_LOCALE = new InjectionToken<string>('ohayo-locale');