File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ import { TransitionPage } from '../pages/transition/transition';
1515import { AssessmentPage } from '../pages/assessment/assessment' ;
1616import { 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 : [
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments