Skip to content

Commit 7498b1e

Browse files
committed
renamed fm
1 parent 31aaee1 commit 7498b1e

7 files changed

+3
-3
lines changed

Diff for: src/app/app-routing.module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { NgModule } from '@angular/core';
22
import { Routes, RouterModule } from '@angular/router';
33
import { OrderStatusComponent } from './order-status/order-status.component';
44
import { OrderDeliveryComponent } from './order-delivery/order-delivery.component';
5-
import { FlashMobComponent } from './flash-mob/flash-mob.component';
5+
import { FlashMobComponent } from './fm/flash-mob.component';
66

77

88
const routes: Routes = [

Diff for: src/app/app.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export class AppComponent implements OnInit {
6565
return;
6666
}
6767
if (flashMatcher.test(command.trim())) {
68-
this.flashMob = true;
68+
this.chartControlsService.fullScreen = true;
6969
this.navigate('/flashmob');
7070
return;
7171
}

Diff for: src/app/app.module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { OrderStatusComponent } from './order-status/order-status.component';
1515
import { DonutChartComponent } from './donut-chart/donut-chart.component';
1616
import { OrderDeliveryComponent } from './order-delivery/order-delivery.component';
1717
import { AreaChartComponent } from './area-chart/area-chart.component';
18-
import { FlashMobComponent } from './flash-mob/flash-mob.component';
18+
import { FlashMobComponent } from './fm/flash-mob.component';
1919

2020
@NgModule({
2121
declarations: [
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)