mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
imagesimilarity Update
This commit is contained in:
parent
187056380e
commit
2ad0a5d0dc
10 changed files with 221 additions and 27 deletions
|
|
@ -3,6 +3,7 @@ import { Routes, RouterModule } from '@angular/router';
|
|||
|
||||
import { SettingsComponent } from './settings.component';
|
||||
import { KeywordsDictionaryComponent } from './keywordsdictionary/keywordsdictionary.component';
|
||||
import { ImageSimilarityComponent } from './imagesimilarity/imagesimilarity.component';
|
||||
|
||||
const routes: Routes = [{
|
||||
path: '',
|
||||
|
|
@ -12,6 +13,10 @@ const routes: Routes = [{
|
|||
path: 'keywordsdictionary',
|
||||
component: KeywordsDictionaryComponent,
|
||||
},
|
||||
{
|
||||
path: 'imagesimilarity',
|
||||
component: ImageSimilarityComponent,
|
||||
},
|
||||
],
|
||||
}];
|
||||
|
||||
|
|
@ -24,4 +29,5 @@ export class SettingsRoutingModule { }
|
|||
export const routedComponents = [
|
||||
SettingsComponent,
|
||||
KeywordsDictionaryComponent,
|
||||
ImageSimilarityComponent,
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue