diff --git a/src/app/components/dashboard/dashboard.component.html b/src/app/components/dashboard/dashboard.component.html index 5e709d5..57ba60e 100644 --- a/src/app/components/dashboard/dashboard.component.html +++ b/src/app/components/dashboard/dashboard.component.html @@ -18,10 +18,9 @@
@for (symbol of symbols; track $index ){ -
+
- }
\ No newline at end of file diff --git a/src/app/components/dashboard/dashboard.component.ts b/src/app/components/dashboard/dashboard.component.ts index 6593d13..d5b082e 100644 --- a/src/app/components/dashboard/dashboard.component.ts +++ b/src/app/components/dashboard/dashboard.component.ts @@ -7,7 +7,7 @@ import { CommodityComponent } from '../commodity/commodity.component'; @Component({ selector: 'dashboard', standalone: true, - imports: [CommodityComponent, NgFor], + imports: [CommodityComponent], templateUrl: './dashboard.component.html', styleUrls: ['./dashboard.component.css'] })