]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem.component.ts
LP1929741 ACQ Selection List & PO Angluar Port
[Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / acq / lineitem / lineitem.component.ts
1 import {Component, OnInit} from '@angular/core';
2
3 @Component({
4   templateUrl: 'lineitem.component.html'
5 })
6 export class LineitemComponent implements OnInit {
7     ngOnInit() {}
8 }
9