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
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@
32
32
33
33
```typescript
34
34
35
-
import { I18NextModule } from'i18next';
35
+
import { I18NextModule } from'angular-i18next';
36
36
37
37
@NgModule({
38
38
bootstrap: [ AppComponent ],
@@ -49,6 +49,8 @@ export class AppModule {}
49
49
**3.** Inject I18NextService to AppComponent and call "init" method (with prefered [options](http://i18next.com/docs/options/#init-options)). Or use more [advanced initialization](#initialize-i18next-before-angular-application).
0 commit comments