Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Choiński <[email protected]>
  • Loading branch information
Wallted committed Jan 26, 2024
1 parent 9cda3f2 commit 390146a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
5 changes: 0 additions & 5 deletions Foodie/ClientApp/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ export class MyHammerConfig extends HammerGestureConfig {
MatSnackBarModule,
MatButtonToggleModule
],
entryComponents: [
IngriedientDialogComponent,
ProductDialogComponent,
MealsCountExceededSnackBarComponent
],
providers: [
{ provide: HTTP_INTERCEPTORS, useClass: AuthorizeInterceptor, multi: true },
{ provide: HAMMER_GESTURE_CONFIG, useClass: MyHammerConfig, },
Expand Down
3 changes: 1 addition & 2 deletions Foodie/ClientApp/src/app/app.server.module.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { NgModule } from '@angular/core';
import { ServerModule } from '@angular/platform-server';
import { ModuleMapLoaderModule } from '@nguniversal/module-map-ngfactory-loader';
import { AppComponent } from './app.component';
import { AppModule } from './app.module';

@NgModule({
imports: [AppModule, ServerModule, ModuleMapLoaderModule],
imports: [AppModule, ServerModule],
bootstrap: [AppComponent]
})
export class AppServerModule { }
1 change: 0 additions & 1 deletion Foodie/ClientApp/src/app/services/meals.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { HttpClient } from '@angular/common/http';
import { Observable } from 'rxjs';
import { Meal } from '../models/meal';
import { DatePipe } from '@angular/common';
import { debug } from 'util';
import { Ingriedient } from '../models/ingiedient';
import { Macro } from '../models/macro';

Expand Down

0 comments on commit 390146a

Please sign in to comment.