Commit d164045dd0748259896662233292f16c4133f161

Authored by Marcelo Puebla
1 parent 791cbb39f8
Exists in master

Borrado espacio.

src/app/components/comanda/comanda.component.ts
... ... @@ -18,7 +18,7 @@ export class ComandaComponent implements OnInit {
18 18 private comandaService: ComandaService,
19 19 private titleService: Title
20 20 ) {
21   -
  21 +
22 22 this.titleService.setTitle('Comanda');
23 23 }
24 24