From 5e8f5e9587891b927014d1439417ffced183f7f5 Mon Sep 17 00:00:00 2001 From: Cyril Schumacher Date: Wed, 29 Apr 2015 18:00:26 +0200 Subject: [PATCH] Add definition for "angular-i18next" --- angular-i18next/angular-i18next.d.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 angular-i18next/angular-i18next.d.ts diff --git a/angular-i18next/angular-i18next.d.ts b/angular-i18next/angular-i18next.d.ts new file mode 100644 index 000000000..33af5c42c --- /dev/null +++ b/angular-i18next/angular-i18next.d.ts @@ -0,0 +1,12 @@ +// Type definitions for i18next v0.3.6 +// Project: https://github.com/i18next/ng-i18next +// Definitions by: Cyril Schumacher +// Definitions: https://github.com/borisyankov/DefinitelyTyped + +/// + +declare module angular.i18next { + interface I18nextProvider { + options: I18nextOptions; + } +} \ No newline at end of file