models enums services
This commit is contained in:
@@ -2,8 +2,7 @@ import { Component } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { KpiCardComponent } from '../kpi-card/kpi-card.component';
|
||||
import { OrdersTableComponent } from '../../../../shared/components/data-display/orders-table/orders-table.component';
|
||||
import { Kpi } from '../../../../core/models/dashboard';
|
||||
import { Order } from '../../../../core/models/order';
|
||||
import { Kpi } from '../../../../core/models/dashboard.model';
|
||||
|
||||
|
||||
@Component({
|
||||
@@ -42,7 +41,7 @@ export class DashboardPageComponent {
|
||||
},
|
||||
];
|
||||
|
||||
mockOrders: Order[] = [
|
||||
mockOrders: any[] = [
|
||||
{
|
||||
id: 'a2d4b',
|
||||
user: { name: 'Max Mustermann', email: 'max@test.de', avatarUrl: 'https://i.pravatar.cc/150?u=max' },
|
||||
|
||||
Reference in New Issue
Block a user