This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 7895dd49 authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Hilfe-Seiten gehen wieder :-)

parent 429022ba
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
import { NgModule } from '@angular/core';
import { RouterModule } from '@angular/router';
import { pagesRoutes } from 'app/editorialPages/pages.route';
import { errorRoute } from './layouts/error/error.route';
import { navbarRoute } from './layouts/navbar/navbar.route';
......@@ -45,6 +46,7 @@ import { UserRouteAccessService } from 'app/core/auth/user-route-access.service'
path: 'import',
loadChildren: () => import('app/exercise/import/exercise-import.module').then(m => m.ExerciseImportModule)
},
pagesRoutes,
{
path: '',
loadChildren: () => import(`./entities/entity-routing.module`).then(m => m.EntityRoutingModule),
......
......@@ -5,7 +5,6 @@ import { PagesComponent } from './pages.component';
@Injectable({ providedIn: 'root' })
export class PagesResolve implements Resolve<String> {
constructor() {}
resolve(route: ActivatedRouteSnapshot): Observable<String> | Observable<never> {
// first is "/pages" chop off
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment