diff --git a/src/app/components/comanda/comanda.component.ts b/src/app/components/comanda/comanda.component.ts index b3fdfb1..51e331c 100644 --- a/src/app/components/comanda/comanda.component.ts +++ b/src/app/components/comanda/comanda.component.ts @@ -18,7 +18,7 @@ export class ComandaComponent implements OnInit { private comandaService: ComandaService, private titleService: Title ) { - + this.titleService.setTitle('Comanda'); }