Update to Angular 16 #16
|
@ -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 { HttpInterceptor, HttpRequest, HttpHandler } from '@angular/common/http';
|
||||||
import { TransferState } from '@angular/platform-browser';
|
|
||||||
import { properties } from "../../environments/environment";
|
import { properties } from "../../environments/environment";
|
||||||
|
|
||||||
@Injectable({
|
@Injectable({
|
||||||
|
|
Loading…
Reference in New Issue