feat: plugins v1
This commit is contained in:
@@ -48,5 +48,15 @@ export const routes: Routes = [
|
||||
path: 'settings',
|
||||
loadComponent: () =>
|
||||
import('./features/settings/settings.component').then((module) => module.SettingsComponent)
|
||||
},
|
||||
{
|
||||
path: 'plugin-store',
|
||||
loadComponent: () =>
|
||||
import('./domains/plugins/feature/plugin-store/plugin-store.component').then((module) => module.PluginStoreComponent)
|
||||
},
|
||||
{
|
||||
path: 'plugins/:pluginId/:pageId',
|
||||
loadComponent: () =>
|
||||
import('./domains/plugins/feature/plugin-page-host/plugin-page-host.component').then((module) => module.PluginPageHostComponent)
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user