From a4b272bda1bf4c992928c59f6bae6f22695144a4 Mon Sep 17 00:00:00 2001
From: Benjamin
Date: Tue, 14 Jan 2020 17:06:17 -0300
Subject: [PATCH] elimino ngx-spinner
---
src/app/app.module.ts | 2 --
src/app/modules/comanda/comanda.component.html | 5 +++++
src/app/modules/comanda/comanda.component.ts | 3 ---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/app/app.module.ts b/src/app/app.module.ts
index aae6b41..9024416 100644
--- a/src/app/app.module.ts
+++ b/src/app/app.module.ts
@@ -10,7 +10,6 @@ import { SplashScreenComponent } from './modules/splash-screen/splash-screen.com
import { AdminComponent } from './modules/admin/admin.component';
import { FooterComponent } from './shared/footer/footer.component';
import { SharedModule } from './modules/shared/shared.module';
-import { NgxSpinnerModule } from 'ngx-spinner';
@NgModule({
declarations: [
@@ -29,7 +28,6 @@ import { NgxSpinnerModule } from 'ngx-spinner';
ReactiveFormsModule,
ReactiveFormsModule.withConfig({ warnOnNgModelWithFormControl: 'never' }),
SharedModule.forRoot(),
- NgxSpinnerModule,
],
bootstrap: [AppComponent]
})
diff --git a/src/app/modules/comanda/comanda.component.html b/src/app/modules/comanda/comanda.component.html
index a9d7194..c57f854 100644
--- a/src/app/modules/comanda/comanda.component.html
+++ b/src/app/modules/comanda/comanda.component.html
@@ -52,6 +52,11 @@
{{detalle.DetLar}}
CANT.{{detalle.cantidad}}
+
+ {{detalle.comentario}}
+ {{detalle.comentario}}
+