UNPKG

@fabioguelfi/angular-translate

Version:

A lightweight internationalization library for Angular applications

7 lines 240 B
/** * @fileoverview added by tsickle * @suppress {checkTypes} checked by tsc */ import { InjectionToken } from '@angular/core'; export const /** @type {?} */ CONFIG = new InjectionToken('config'); //# sourceMappingURL=config.token.js.map