|
@@ -1,15 +1,15 @@
|
|
import { Component, OnInit } from '@angular/core';
|
|
import { Component, OnInit } from '@angular/core';
|
|
import { CommonModule } from '@angular/common';
|
|
import { CommonModule } from '@angular/common';
|
|
-import { HeaderComponent } from '../../components/header/header.component';
|
|
|
|
-import { SortingTabsComponent } from '../../components/sorting-tabs/sorting-tabs.component';
|
|
|
|
-import { StatsSectionComponent } from '../../components/stats-section/stats-section.component';
|
|
|
|
-import { MenuCardComponent } from '../../components/menu-card/menu-card.component';
|
|
|
|
-import { BottomNavComponent } from '../../components/bottom-nav/bottom-nav.component';
|
|
|
|
-import { MenuService } from '../../services/menu.service';
|
|
|
|
-import { CultureService } from '../../services/culture.service';
|
|
|
|
-import { MenuItem } from '../../models/menu-item.model';
|
|
|
|
-import { CultureInfo } from '../../models/culture-info.model';
|
|
|
|
-import { ChartDirective } from '../../shared/chart/chart.directive';
|
|
|
|
|
|
+import { HeaderComponent } from './components/header/header.component';
|
|
|
|
+// import { SortingTabsComponent } from './components/sorting-tabs/sorting-tabs.component';
|
|
|
|
+// import { StatsSectionComponent } from './components/stats-section/stats-section.component';
|
|
|
|
+import { MenuCardComponent } from './components/menu-card/menu-card.component';
|
|
|
|
+// import { BottomNavComponent } from './components/bottom-nav/bottom-nav.component';
|
|
|
|
+import { MenuService } from './services/menu.service';
|
|
|
|
+import { CultureService } from './services/culture.service';
|
|
|
|
+import { MenuItem } from './models/menu-item.model';
|
|
|
|
+import { CultureInfo } from './models/culture-info.model';
|
|
|
|
+import { ChartDirective } from './shared/chart/chart.directive';
|
|
|
|
|
|
@Component({
|
|
@Component({
|
|
selector: 'app-discover',
|
|
selector: 'app-discover',
|
|
@@ -17,10 +17,10 @@ import { ChartDirective } from '../../shared/chart/chart.directive';
|
|
imports: [
|
|
imports: [
|
|
CommonModule,
|
|
CommonModule,
|
|
HeaderComponent,
|
|
HeaderComponent,
|
|
- SortingTabsComponent,
|
|
|
|
- StatsSectionComponent,
|
|
|
|
|
|
+ // SortingTabsComponent,
|
|
|
|
+ // StatsSectionComponent,
|
|
MenuCardComponent,
|
|
MenuCardComponent,
|
|
- BottomNavComponent,
|
|
|
|
|
|
+ // BottomNavComponent,
|
|
ChartDirective
|
|
ChartDirective
|
|
],
|
|
],
|
|
templateUrl: './discover.component.html',
|
|
templateUrl: './discover.component.html',
|