]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/eg2/src/app/welcome.component.ts
LP1881650 Staff catalog TCN includes delete records
[Evergreen.git] / Open-ILS / src / eg2 / src / app / welcome.component.ts
1 import { Component, OnInit } from '@angular/core';
2
3 @Component({
4   templateUrl : './welcome.component.html'
5 })
6
7 export class WelcomeComponent implements OnInit {
8     ngOnInit() {
9     }
10 }
11
12
13