edit
This commit is contained in:
		| @ -0,0 +1 @@ | ||||
| <p>voucher-management works!</p> | ||||
| @ -0,0 +1,15 @@ | ||||
| import { Component, OnInit } from '@angular/core'; | ||||
|  | ||||
| @Component({ | ||||
|   selector: 'app-voucher-management', | ||||
|   templateUrl: './voucher-management.component.html', | ||||
|   styleUrls: ['./voucher-management.component.less'] | ||||
| }) | ||||
| export class VoucherManagementComponent implements OnInit { | ||||
|  | ||||
|   constructor() { } | ||||
|  | ||||
|   ngOnInit(): void { | ||||
|   } | ||||
|  | ||||
| } | ||||
		Reference in New Issue
	
	Block a user