We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa07bd commit abd2280Copy full SHA for abd2280
projects/demo_app/src/app/app.module.ts
@@ -16,9 +16,9 @@ import { PlotlyViaWindowModule } from 'projects/plotly/src/lib/plotly-via-window
16
],
17
imports: [
18
BrowserModule,
19
- // PlotlyModule.forRoot(PlotlyJS),
+ PlotlyModule.forRoot(PlotlyJS),
20
// PlotlyViaCDNModule.forRoot({version: '3.0.1'}),
21
- PlotlyViaWindowModule,
+ //PlotlyViaWindowModule,
22
23
providers: [],
24
bootstrap: [AppComponent]
0 commit comments