added renaming instructions..?
This commit is contained in:
parent
a7a150e07c
commit
885925ab77
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ interface RecurSupplierData {
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: 'more-graphs-and-tables.component.html',
|
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>;
|
@Input() public recurList: Array<RecurSupplierData>;
|
||||||
@Output() public onClick = new EventEmitter();
|
@Output() public onClick = new EventEmitter();
|
||||||
@Input() public categories: any;
|
@Input() public categories: any;
|
||||||
|
|
Reference in a new issue