File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- import { provideHttpClient , withFetch } from '@angular/common/http' ;
1
+ import { provideHttpClient } from '@angular/common/http' ;
2
2
import { TestBed } from '@angular/core/testing' ;
3
3
import { AppComponent } from './app.component' ;
4
4
Original file line number Diff line number Diff line change 1
1
import { JsonPipe } from '@angular/common' ;
2
- import { HttpClient , provideHttpClient } from '@angular/common/http' ;
2
+ import { HttpClient } from '@angular/common/http' ;
3
3
import { Component , inject } from '@angular/core' ;
4
4
import { RouterModule } from '@angular/router' ;
5
5
import { derivedAsync } from 'ngxtension/derived-async' ;
Original file line number Diff line number Diff line change 37
37
"@angular-devkit/build-angular" : " ~18.0.1" ,
38
38
"@angular-devkit/core" : " ~18.0.1" ,
39
39
"@angular-devkit/schematics" : " ~18.0.1" ,
40
- "@angular-eslint/eslint-plugin" : " ~17.5.1 " ,
41
- "@angular-eslint/eslint-plugin-template" : " ~17.5.1 " ,
42
- "@angular-eslint/template-parser" : " ~17.5.1 " ,
40
+ "@angular-eslint/eslint-plugin" : " rc-v18 " ,
41
+ "@angular-eslint/eslint-plugin-template" : " rc-v18 " ,
42
+ "@angular-eslint/template-parser" : " rc-v18 " ,
43
43
"@angular/cli" : " ~18.0.1" ,
44
44
"@angular/compiler-cli" : " ~18.0.0" ,
45
45
"@angular/language-service" : " ~18.0.0" ,
You can’t perform that action at this time.
0 commit comments