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',