|
|
@ -12,7 +12,7 @@ export function configureRoutes() { |
|
|
const routes = inject(RoutesService); |
|
|
const routes = inject(RoutesService); |
|
|
routes.add([ |
|
|
routes.add([ |
|
|
{ |
|
|
{ |
|
|
path: '/<%= kebab(libraryName) %>', |
|
|
path: undefined, |
|
|
name: e<%= pascal(libraryName) %>RouteNames.<%= pascal(libraryName) %>, |
|
|
name: e<%= pascal(libraryName) %>RouteNames.<%= pascal(libraryName) %>, |
|
|
iconClass: 'fas fa-book', |
|
|
iconClass: 'fas fa-book', |
|
|
layout: eLayoutType.application, |
|
|
layout: eLayoutType.application, |
|
|
|