Skip to content

Commit 9c9a4de

Browse files
committed
Smallfix to make angular cli happy
1 parent e97a44c commit 9c9a4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/plotly-via-cdn/plotly-via-cdn.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { SharedModule } from '../shared/shared.module';
77

88
export type PlotlyBundleName = 'basic' | 'cartesian' | 'geo' | 'gl3d' | 'gl2d' | 'mapbox' | 'finance';
99

10-
10+
// @dynamic
1111
@NgModule({
1212
imports: [CommonModule, SharedModule],
1313
declarations: [],

0 commit comments

Comments
 (0)