We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ea2b8 commit 220a0b8Copy full SHA for 220a0b8
README.md
@@ -167,7 +167,7 @@ Also you can implement your own Title service with specific behavior. Inject `I1
167
```typescript
168
import { Injectable, Inject } from '@angular/core';
169
import { Title, DOCUMENT } from '@angular/platform-browser';
170
-import { I18NextPipe } from './I18NextPipe';
+import { I18NextPipe } from 'angular-i18next';
171
172
@Injectable()
173
export class I18NextTitle extends Title {
0 commit comments