From cff39ffa423d1cf67378802a8ae2fb84f9d1c5fa Mon Sep 17 00:00:00 2001 From: mpuebla Date: Fri, 6 Sep 2019 15:15:50 -0300 Subject: [PATCH] =?UTF-8?q?Cambiado=20titulo=20de=20la=20pesta=C3=B1a.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/components/comanda/comanda.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/components/comanda/comanda.component.ts b/src/app/components/comanda/comanda.component.ts index 6eec3a7..41eb946 100644 --- a/src/app/components/comanda/comanda.component.ts +++ b/src/app/components/comanda/comanda.component.ts @@ -2,6 +2,7 @@ import { Component, OnInit } from '@angular/core'; import { ComandaService } from 'src/app/services/comanda.service'; import { Comanda } from 'src/app/wrappers/comanda'; import * as _ from 'lodash'; +import { Title } from '@angular/platform-browser'; @Component({ selector: 'app-comanda', -- 1.9.1