Skip to content

Commit

Permalink
remote tests and optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wissemgrari committed Mar 25, 2024
1 parent 8dba36c commit ee2b805
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 93 deletions.
6 changes: 0 additions & 6 deletions client/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ import { AppComponent } from './app.component';
import { CoreModule } from './core/core.module';
import { NavigationModule } from './components/navigation/navigation.module';
import { AppRoutingModule } from './app-routing.module';
import { ProfileModule } from './pages/profile/profile.module';
import { ArtistsModule } from './pages/artists/artists.module';
import { TracksModule } from './pages/tracks/tracks.module';
import { RecentModule } from './pages/recent/recent.module';
import { PlaylistsModule } from "./pages/playlists/playlists.module";
import { HttpClientModule } from "@angular/common/http";
import { LoginModule } from "./pages/login/login.module";
import { NgxUiLoaderConfig, NgxUiLoaderModule, SPINNER } from "ngx-ui-loader";


Expand Down
21 changes: 0 additions & 21 deletions client/src/app/components/button/button.component.spec.ts

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions client/src/app/components/playlist/playlist.component.spec.ts

This file was deleted.

4 changes: 2 additions & 2 deletions client/src/app/components/playlist/playlist.component.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Component, Input} from '@angular/core';
import {Playlist} from "../../models/playlist.model";
import { Component, Input } from '@angular/core';
import { Playlist } from "../../models/playlist.model";

@Component({
selector: 'playlist',
Expand Down
21 changes: 0 additions & 21 deletions client/src/app/components/track/track.component.spec.ts

This file was deleted.

1 change: 0 additions & 1 deletion client/src/app/core/core.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { HTTP_INTERCEPTORS } from "@angular/common/http";
import { TokenInterceptor } from "../interceptors/token.interceptor";
import { AuthService } from "../services/auth.service";
import { ArtistService } from "../services/artist.service";
import { PlaylistService } from "../services/playlist.service";

@NgModule({
providers: [
Expand Down

0 comments on commit ee2b805

Please sign in to comment.