File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55import { TestBed } from '@angular/core/testing' ;
66import { AppComponent } from './app.component' ;
77import { provideRouter } from '@angular/router' ;
8- import { MaterialModule } from 'src /material.module' ;
8+ import { MaterialModule } from '.. /material.module' ;
99
1010describe ( 'AppComponent' , ( ) => {
1111 beforeEach ( async ( ) => {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { RouterOutlet } from '@angular/router';
55import { MaterialModule } from '../material.module' ;
66import { ApiService } from '../.api-client/services/api.service' ;
77import { Article } from '../.api-client/models/article' ;
8- import { environment } from 'src /environments/environment' ;
8+ import { environment } from '.. /environments/environment' ;
99
1010@Component ( {
1111 selector : 'app-root' ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { importProvidersFrom } from '@angular/core';
22import { bootstrapApplication } from '@angular/platform-browser' ;
33import { provideAnimations } from '@angular/platform-browser/animations' ;
44import { AppComponent } from './app/app.component' ;
5- import { ApiModule } from 'src /.api-client/api.module' ;
5+ import { ApiModule } from '. /.api-client/api.module' ;
66import {
77 provideHttpClient ,
88 withInterceptorsFromDi ,
You can’t perform that action at this time.
0 commit comments