Commit cff39ffa423d1cf67378802a8ae2fb84f9d1c5fa

Authored by Marcelo Puebla
1 parent 0f8d7279c5
Exists in master

Cambiado titulo de la pestaña.

src/app/components/comanda/comanda.component.ts
... ... @@ -2,6 +2,7 @@ import { Component, OnInit } from '@angular/core';
2 2 import { ComandaService } from 'src/app/services/comanda.service';
3 3 import { Comanda } from 'src/app/wrappers/comanda';
4 4 import * as _ from 'lodash';
  5 +import { Title } from '@angular/platform-browser';
5 6  
6 7 @Component({
7 8 selector: 'app-comanda',