Skip to content

Commit 3f91db4

Browse files
authored
Merge pull request #3702 from IgniteUI/sstoychev/fix-signalR-sample-m
fix(samples): resolving lob route path issue with new router
2 parents 432065e + 6a6d5f0 commit 3f91db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/app-lob/src/app/grid-finjs-dock-manager/grid-finjs-dock-manager.routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ export const GridFinJsDockManagerGridRoutes: Routes = [
66
{
77
component: GridFinJSDockManagerComponent,
88
data: finJsDockManagerGridRoutes['grid-finjs-dock-manager'],
9-
path: ''
9+
path: 'grid-finjs-dock-manager'
1010
}
1111
];

0 commit comments

Comments
 (0)