Skip to content

Commit abd2280

Browse files
committed
Update app.module.ts
1 parent bfa07bd commit abd2280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/demo_app/src/app/app.module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ import { PlotlyViaWindowModule } from 'projects/plotly/src/lib/plotly-via-window
1616
],
1717
imports: [
1818
BrowserModule,
19-
// PlotlyModule.forRoot(PlotlyJS),
19+
PlotlyModule.forRoot(PlotlyJS),
2020
// PlotlyViaCDNModule.forRoot({version: '3.0.1'}),
21-
PlotlyViaWindowModule,
21+
//PlotlyViaWindowModule,
2222
],
2323
providers: [],
2424
bootstrap: [AppComponent]

0 commit comments

Comments
 (0)