First pass on factoring out graph widgets to seperate classes
This commit is contained in:
parent
70a37dbba6
commit
7342db0713
6 changed files with 119 additions and 28 deletions
|
@ -9,6 +9,8 @@ import { LeaderboardsComponent } from './leaderboards.component';
|
|||
import { AccountEditComponent } from './account-edit.component';
|
||||
import { AddDataComponent } from './add-data.component';
|
||||
|
||||
import { Customer7DayWidget } from '../widgets/customers.component';
|
||||
|
||||
import { DashboardRoutingModule } from './dashboard.routing';
|
||||
|
||||
@NgModule({
|
||||
|
@ -26,6 +28,7 @@ import { DashboardRoutingModule } from './dashboard.routing';
|
|||
LeaderboardsComponent,
|
||||
AccountEditComponent,
|
||||
AddDataComponent,
|
||||
Customer7DayWidget,
|
||||
]
|
||||
})
|
||||
export class DashboardModule { }
|
||||
|
|
Reference in a new issue