source: Farmatiko/wwwroot/src/app/app-routing.module.ts@ b36a754

Last change on this file since b36a754 was b36a754, checked in by Your Name <you@…>, 4 years ago

Angular app created

  • Property mode set to 100644
File size: 246 bytes
Line 
1import { NgModule } from '@angular/core';
2import { Routes, RouterModule } from '@angular/router';
3
4
5const routes: Routes = [];
6
7@NgModule({
8 imports: [RouterModule.forRoot(routes)],
9 exports: [RouterModule]
10})
11export class AppRoutingModule { }
Note: See TracBrowser for help on using the repository browser.