Production release November 2023 #20
|
@ -1,6 +1,5 @@
|
|||
import { Injectable, Inject, PLATFORM_ID } from '@angular/core';
|
||||
import {Injectable, Inject, PLATFORM_ID, TransferState} from '@angular/core';
|
||||
import { HttpInterceptor, HttpRequest, HttpHandler } from '@angular/common/http';
|
||||
import { TransferState } from '@angular/platform-browser';
|
||||
import { properties } from "../../environments/environment";
|
||||
|
||||
@Injectable({
|
||||
|
|
Loading…
Reference in New Issue