|
||||
Warning, /phoenix-eic-event-display/src/app/app-routing.module.ts is written in an unsupported language. File is not indexed.
0001 import { NgModule } from '@angular/core'; 0002 import { RouterModule, Routes } from '@angular/router'; 0003 0004 const routes: Routes = []; 0005 0006 @NgModule({ 0007 imports: [RouterModule.forRoot(routes)], 0008 exports: [RouterModule] 0009 }) 0010 export class AppRoutingModule { }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |