Spaces:
Running
Running
Oviya commited on
Commit ·
19548ec
1
Parent(s): 4410abe
update community page
Browse files
src/app/app-routing-module.ts
CHANGED
|
@@ -21,6 +21,7 @@ const routes: Routes = [
|
|
| 21 |
{ path: '**', redirectTo: '' }
|
| 22 |
];
|
| 23 |
|
|
|
|
| 24 |
@NgModule({
|
| 25 |
imports: [RouterModule.forRoot(routes)],
|
| 26 |
exports: [RouterModule]
|
|
|
|
| 21 |
{ path: '**', redirectTo: '' }
|
| 22 |
];
|
| 23 |
|
| 24 |
+
|
| 25 |
@NgModule({
|
| 26 |
imports: [RouterModule.forRoot(routes)],
|
| 27 |
exports: [RouterModule]
|