mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
style(lint): improve lint issues
This commit is contained in:
parent
3ac268a096
commit
f04763cecd
16 changed files with 19 additions and 78 deletions
|
|
@ -2,7 +2,7 @@ import { NgModule } from '@angular/core';
|
|||
import { Routes, RouterModule } from '@angular/router';
|
||||
|
||||
import { EditorsComponent } from './editors.component';
|
||||
import { TinyMCEComponent, TinyMCEEditorComponent } from './tinyMCE.component';
|
||||
import { TinyMCEComponent } from './tiny-mce/tiny-mce.component';
|
||||
import { CKEditorComponent } from './ckeditor.component';
|
||||
|
||||
const routes: Routes = [{
|
||||
|
|
@ -26,6 +26,5 @@ export class EditorsRoutingModule { }
|
|||
export const routedComponents = [
|
||||
EditorsComponent,
|
||||
TinyMCEComponent,
|
||||
TinyMCEEditorComponent,
|
||||
CKEditorComponent,
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue