From 9dcc22bc3c1e7e1e6bdb772b05a323de17b9510e Mon Sep 17 00:00:00 2001 From: Felix Date: Tue, 9 Jul 2019 14:24:23 +0100 Subject: [PATCH] added renaming instructions..? --- src/app/dashboard/more-graphs-and-tables.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/dashboard/more-graphs-and-tables.component.ts b/src/app/dashboard/more-graphs-and-tables.component.ts index 628f58c..c4b6cb0 100644 --- a/src/app/dashboard/more-graphs-and-tables.component.ts +++ b/src/app/dashboard/more-graphs-and-tables.component.ts @@ -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; @Output() public onClick = new EventEmitter(); @Input() public categories: any;