Skip to content

Commit d1f108c

Browse files
ByPortrandrianov
authored andcommitted
refactor: breakdown some pages
1 parent 3ab843f commit d1f108c

41 files changed

Lines changed: 2263 additions & 7654 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/app/pages/charts/charts.module.ts

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@ import { FormsModule } from '@angular/forms';
44

55
import { ThemeModule } from 'theme/theme.module';
66

7-
import {
8-
ChartsComponent,
9-
BrowserStatisticsChartModule,
10-
CountryStatisticsChartModule,
11-
DiscreteBarChartModule,
12-
LineChart1Module,
13-
LineChart2Module,
14-
LinePlusBarChartModule,
15-
StackedBarChartModule,
16-
} from '.';
7+
import { ChartsComponent } from './charts.component';
8+
import { LineChart1Module } from './line-chart-1/line-chart-1.module';
9+
import { LineChart2Module } from './line-chart-2/line-chart-2.module';
10+
import { BrowserStatisticsChartModule } from './browser-statistics-chart/browser-statistics-chart.module';
11+
import { CountryStatisticsChartModule } from './country-statistics-chart/country-statistics-chart.module';
12+
import { DiscreteBarChartModule } from './discrete-bar-chart/discrete-bar-chart.module';
13+
import { StackedBarChartModule } from './stacked-bar-chart/stacked-bar-chart.module';
14+
import { LinePlusBarChartModule } from './line-plus-bar-chart/line-plus-bar-chart.module';
1715

1816
@NgModule({
1917
imports: [

src/app/pages/charts/index.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/app/pages/dashboard/dashboard.module.ts

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@ import { FormsModule } from '@angular/forms';
44

55
import { ThemeModule } from 'theme/theme.module';
66

7-
import {
8-
DashboardComponent,
9-
WeatherComponent,
10-
CotoneasterCardComponent,
11-
TableCardComponent,
12-
RobotCardComponent,
13-
TodoListComponent,
14-
TrendingComponent,
15-
PieChartModule,
16-
LineChartModule,
17-
} from '.';
7+
import { DashboardComponent } from './dashboard.component';
8+
import { LineChartModule } from './line-chart/line-chart.module';
9+
import { PieChartModule } from './pie-chart/pie-chart.module';
10+
import { WeatherComponent } from './weather/weather.component';
11+
import { TrendingComponent } from './trending/trending.component';
12+
import { RobotCardComponent } from './robot-card/robot-card.component';
13+
import { CotoneasterCardComponent } from './cotoneaster-card/cotoneaster-card.component';
14+
import { TodoListComponent } from './todo-list/todo-list.component';
15+
import { TableCardComponent } from './table-card/table-card.component';
1816

1917
@NgModule({
2018
imports: [

src/app/pages/dashboard/index.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)