Skip to content

Commit 8bc6e1e

Browse files
committed
Making tslint happy
1 parent 238fcc9 commit 8bc6e1e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/app/demo/demo.module.ts

+9-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,15 @@ const demoRoutes: Routes = [
3838
// PlotlyViaWindowModule,
3939
RouterModule.forRoot(demoRoutes, { enableTracing: true }),
4040
],
41-
declarations: [HomeComponent, DemoComponent, BoxPlotComponent, LinearChartsComponent, AjaxComponent, FancyplotComponent, MemoryLeakComponent],
41+
declarations: [
42+
HomeComponent,
43+
DemoComponent,
44+
BoxPlotComponent,
45+
LinearChartsComponent,
46+
AjaxComponent,
47+
FancyplotComponent,
48+
MemoryLeakComponent
49+
],
4250
exports: [DemoComponent],
4351
})
4452
export class DemoModule { }

0 commit comments

Comments
 (0)