mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 19:43:04 +00:00
removed universal demo components
This commit is contained in:
11
src/app/app-routing.module.ts
Normal file
11
src/app/app-routing.module.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { RouterModule } from '@angular/router';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
RouterModule.forChild([
|
||||
{ path: '', redirectTo: '/home', pathMatch: 'full' }
|
||||
])
|
||||
],
|
||||
})
|
||||
export class AppRoutingModule { }
|
Reference in New Issue
Block a user