added renaming instructions..?
This commit is contained in:
parent
46d2ed7ad8
commit
9dcc22bc3c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ interface RecurSupplierData {
|
|||
@Component({
|
||||
templateUrl: 'more-graphs-and-tables.component.html',
|
||||
})
|
||||
export class MoreStuffComponent implements OnInit, AfterViewInit {
|
||||
export class MoreStuffComponent implements OnInit, AfterViewInit { // if you wanna rename this, replace in all files 'MoreStuffComponent' with desired name and 'more-graphs-and-tables.component' with another desired name
|
||||
@Input() public recurList: Array<RecurSupplierData>;
|
||||
@Output() public onClick = new EventEmitter();
|
||||
@Input() public categories: any;
|
||||
|
|
Reference in a new issue