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