You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UMD version does not work for me. Error is 'i18next is not loaded'.. It has a dependency to angular defined, but i18next is missing.
May be solved by this:
The UMD version does not work for me. Error is 'i18next is not loaded'.. It has a dependency to angular defined, but i18next is missing.
May be solved by this:
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('angular', 'i18next')) :
typeof define === 'function' && define.amd ? define(['angular', 'i18next'], factory) :
(global.ngI18next = factory(global.angular));
}(this, (function (angular, i18next) { 'use strict';
The text was updated successfully, but these errors were encountered: