Skip to content
Snippets Groups Projects
Commit 5167973b authored by Lorenz Detterbeck's avatar Lorenz Detterbeck
Browse files

remove comments as mentioned in merge request

parent 8f77402a
1 merge request!5Resolve "App Routing Component"
import { NgModule } from '@angular/core';
import { RouterModule, Routes } from '@angular/router';
import { ErrorLandingPageComponent } from './error-landing-page/error-landing-page.component';
// import { GewünschstesModul } from './blabla/wunschmodul';
const routes: Routes = [
// { path: '', redirectTo: '/wumod', pathMatch: 'full' }, //default route
// { path: 'wumod', component: GewünschstesModul },
{ path: 'errorpage', component: ErrorLandingPageComponent }
];
......
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