projects/congarevenuecloud/ecommerce/src/lib/services/line-item-product.service.ts
This service is responsible for adding detailed product information to line items.
import { LineItemProductService, AObjectService} from '@congarevenuecloud/ecommerce';
export class MyComponent implements OnInit{
constructor( private lineItemProductService: LineItemProductService)
}
// or
export class MyService extends AObjectService {
private lineItemProductService: LineItemProductService = this.injector.get(LineItemProductService);
}
AObjectService
Properties |
|
Methods |
Protected priceListService |
Type : PriceListService
|
Default value : this.injector.get(PriceListService)
|
type |
Default value : Product
|