Merge pull request #3957 from saschaszott/saschaszott-patch-9

fixed deprecated import of TransferState
This commit is contained in:
Alan Orth
2025-03-06 08:23:38 +03:00
committed by GitHub

View File

@@ -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 {