Skip to content

Commit

Permalink
fixed deprecated import of TransferState
Browse files Browse the repository at this point in the history
  • Loading branch information
saschaszott authored Feb 5, 2025
1 parent 0649342 commit 4d85639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngx-translate-loaders/translate-server.loader.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { TransferState } from '@angular/platform-browser';
import { TransferState } from '@angular/core';
import { TranslateLoader } from '@ngx-translate/core';
import { readFileSync } from 'fs';
import {
Expand Down

0 comments on commit 4d85639

Please sign in to comment.