Skip to content

Commit c644fc7

Browse files
authored
Merge branch 'master' into dev
2 parents a068103 + a1bc6d3 commit c644fc7

3 files changed

Lines changed: 1 addition & 457 deletions

File tree

src/app/app.module.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ import { TransitionPage } from '../pages/transition/transition';
1515
import { AssessmentPage } from '../pages/assessment/assessment';
1616
import { TimelinePage } from '../pages/timeline/timeline';
1717

18-
import { ChartsModule } from 'ng2-charts';
19-
2018
@NgModule({
2119
declarations: [
2220
MyApp,
@@ -32,8 +30,7 @@ import { ChartsModule } from 'ng2-charts';
3230
],
3331
imports: [
3432
BrowserModule,
35-
IonicModule.forRoot(MyApp),
36-
ChartsModule
33+
IonicModule.forRoot(MyApp)
3734
],
3835
bootstrap: [IonicApp],
3936
entryComponents: [

src/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
<!-- cordova.js required for cordova apps (remove if not needed) -->
1919
<script src="cordova.js"></script>
20-
<script src="https://cdn.zingchart.com/zingchart.min.js"></script>
2120

2221
<!-- un-comment this code to enable service worker
2322
<script>

0 commit comments

Comments
 (0)