Refactor Nickname Generator component with Angular Material, update logic for fields and commands, and improve styling.
This commit is contained in:
@@ -154,6 +154,6 @@ export const routes: Routes = [
|
||||
},
|
||||
{
|
||||
path: 'nickgenerator',
|
||||
loadComponent: () => import('./pages/reference/nickgenerator/nickgenerator.component').then(m => m.NickgeneratorComponent)
|
||||
loadComponent: () => import('@pages/reference/nickgenerator/nick-generator.component').then(m => m.NickGeneratorComponent)
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user