File tree Expand file tree Collapse file tree 3 files changed +10
-15
lines changed Expand file tree Collapse file tree 3 files changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { UserInfoComponent } from './user/user-info/user-info.component';
1313import { UserChangePwdComponent } from './user/user-change-pwd/user-change-pwd.component' ;
1414import { UserService } from './user/user.service' ;
1515
16- import { AppCkeditorComponent } from './share/app-ckeditor/app-ckeditor.component' ;
16+ // import { AppCkeditorComponent } from './share/app-ckeditor/app-ckeditor.component';
1717import { AppChartsComponent } from './share/app-charts/app-charts.component' ;
1818import { AmapDemoComponent } from './share/app-amap/amap-demo.component' ;
1919import { CalendarDemoComponent } from './share/app-calendar/calendar-demo.component' ;
@@ -66,10 +66,10 @@ const appRoutes: Routes = [
6666 path : 'charts' ,
6767 component : AppChartsComponent
6868 } ,
69- {
70- path : 'ckeditor' ,
71- component : AppCkeditorComponent
72- } ,
69+ // {
70+ // path: 'ckeditor',
71+ // component: AppCkeditorComponent
72+ // },
7373 {
7474 path : 'amap' ,
7575 component : AmapDemoComponent
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
66
77import { MdlModule } from '@angular-mdl/core' ;
88import { ToastModule } from 'ng2-toastr/ng2-toastr' ;
9- import { CKEditorModule } from 'ng2-ckeditor' ;
9+ // import { CKEditorModule } from 'ng2-ckeditor';
1010
1111import { AmapComponent } from './app-amap/amap/amap.component' ;
1212import { CalendarComponent } from './app-calendar/calendar/calendar.component' ;
1313import { AngularEchartsModule } from 'ngx-echarts' ;
1414
1515import { FormControlComponent } from '../user/user-info/dynamic-form/form-control.component' ;
16- import { AppCkeditorComponent } from './app-ckeditor/app-ckeditor.component' ;
16+ // import { AppCkeditorComponent } from './app-ckeditor/app-ckeditor.component';
1717import { AppChartsComponent } from './app-charts/app-charts.component' ;
1818import { AmapDemoComponent } from './app-amap/amap-demo.component' ;
1919import { CalendarDemoComponent } from './app-calendar/calendar-demo.component' ;
@@ -31,13 +31,13 @@ import { AppJsplumbComponent } from './app-jsplumb/app-jsplumb.component';
3131 ReactiveFormsModule ,
3232 MdlModule ,
3333 ToastModule . forRoot ( ) ,
34- CKEditorModule ,
34+ // CKEditorModule,
3535 AngularEchartsModule ,
3636 // RouterModule.forChild(shareRoutes)
3737 ] ,
3838 declarations : [
3939 FormControlComponent ,
40- AppCkeditorComponent ,
40+ // AppCkeditorComponent,
4141 AppChartsComponent ,
4242 AmapComponent ,
4343 AmapDemoComponent ,
@@ -50,7 +50,7 @@ import { AppJsplumbComponent } from './app-jsplumb/app-jsplumb.component';
5050 exports : [
5151 MdlModule ,
5252 FormControlComponent ,
53- AppCkeditorComponent
53+ // AppCkeditorComponent
5454 ]
5555} )
5656export class ShareModule { }
Original file line number Diff line number Diff line change 1616 "name" : " 一些工具" ,
1717 "icon" : " brightness_7" ,
1818 "submenu" : [
19- {
20- "name" : " 文本编辑器" ,
21- "icon" : " mode_edit" ,
22- "link" : " /ckeditor"
23- },
2419 {
2520 "name" : " 图表" ,
2621 "icon" : " equalizer" ,
You can’t perform that action at this time.
0 commit comments