source:
Farmatiko/wwwroot/src/app/app-routing.module.ts@
b36a754
Last change on this file since b36a754 was b36a754, checked in by , 4 years ago | |
---|---|
|
|
File size: 246 bytes |
Line | |
---|---|
1 | import { NgModule } from '@angular/core'; |
2 | import { Routes, RouterModule } from '@angular/router'; |
3 | |
4 | |
5 | const routes: Routes = []; |
6 | |
7 | @NgModule({ |
8 | imports: [RouterModule.forRoot(routes)], |
9 | exports: [RouterModule] |
10 | }) |
11 | export class AppRoutingModule { } |
Note:
See TracBrowser
for help on using the repository browser.