Skip to content

Commit c259061

Browse files
committed
Fixed bug
1 parent cb2faca commit c259061

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/app/app.module.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { BrowserModule } from '@angular/platform-browser';
88
import { HttpModule } from '@angular/http';
99

1010
import { CodePrev } from './fusioncharts/codepreview';
11-
// import { TabsModule } from "angularjs2-tabs";
1211
import { CodemirrorModule } from 'ng2-codemirror';
1312

1413
import { Ex1 } from './fusioncharts/ex1/ex1';
@@ -26,7 +25,7 @@ import { Ex11 } from './fusioncharts/ex11/ex11';
2625
import { Ex12 } from "./fusioncharts/ex12/ex12";
2726
import { Ex13 } from "./fusioncharts/ex13/ex13";
2827
import { Ex14 } from "./fusioncharts/ex14/ex14";
29-
import TabbedCode from "./fusioncharts/tabbedComponent/tabbed.code.component";
28+
import { TabbedCode } from "./fusioncharts/tabbedComponent/tabbed.code.component";
3029

3130
import { Navigation, NavService, ObservingComponent, MyAppComponent } from './observable/observable.component';
3231

@@ -81,7 +80,6 @@ FusionChartsModule.fcRoot(FusionCharts, Charts, Ocean, PowerCharts, Widgets, Map
8180
Ex13,
8281
Ex14,
8382
Navigation, ObservingComponent, MyAppComponent,
84-
8583
CodePrev,
8684
AppComponent,
8785
FusionChartsSample,

src/app/fusioncharts/tabbedComponent/tabbed.code.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
selector:'tabbed-code',
1010
templateUrl: './tabbed.code.html'
1111
})
12-
export default class TabbedCode {
12+
export class TabbedCode {
1313
@Input() moduleCode;
1414
@Input() componentCode;
1515
@Input() templateCode;

0 commit comments

Comments
 (0)