refactor: migrate tenant bootstrap to use SSR state caching and update button components to use CSS tenant variables

This commit is contained in:
2026-06-28 23:09:26 +00:00
parent 7ee103b77b
commit 2cbe681995
27 changed files with 1042 additions and 189 deletions

View File

@@ -8,11 +8,11 @@ export const routes: Routes = [
},
{
path: 'store',
loadChildren: () => import('./features/store/store.routes').then((m) => m.routes)
pathMatch: 'full',
redirectTo: ''
},
{
path: '',
pathMatch: 'full',
redirectTo: 'componentes-test'
loadChildren: () => import('./features/store/store.routes').then((m) => m.routes)
}
];