add display materials WIP

This commit is contained in:
pakintada@gmail.com 2024-01-24 16:25:49 +07:00
parent ad8913f3c5
commit e6f5d152f0
9 changed files with 151 additions and 281 deletions

View file

@ -131,13 +131,20 @@ const routes: Routes = [
permissionsGuard(UserPermissions.THAI_PERMISSION),
],
},
// {
// path: 'log',
// loadComponent: () =>
// import('./features/changelog/changelog.component').then(
// (m) => m.ChangelogComponent
// ),
// },
{
path: 'log',
loadComponent: () =>
import('./features/changelog/changelog.component').then(
(m) => m.ChangelogComponent
),
},
{
path: 'materials',
loadComponent: () =>
import('./features/material-settings/material-settings.component').then(
(m) => m.MaterialSettingsComponent
),
}
],
},
{