Skip to content

Commit

Permalink
Making tslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefarzat committed Jan 29, 2019
1 parent 238fcc9 commit 8bc6e1e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/app/demo/demo.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,15 @@ const demoRoutes: Routes = [
// PlotlyViaWindowModule,
RouterModule.forRoot(demoRoutes, { enableTracing: true }),
],
declarations: [HomeComponent, DemoComponent, BoxPlotComponent, LinearChartsComponent, AjaxComponent, FancyplotComponent, MemoryLeakComponent],
declarations: [
HomeComponent,
DemoComponent,
BoxPlotComponent,
LinearChartsComponent,
AjaxComponent,
FancyplotComponent,
MemoryLeakComponent
],
exports: [DemoComponent],
})
export class DemoModule { }

0 comments on commit 8bc6e1e

Please sign in to comment.