add topping WIP
This commit is contained in:
parent
cabfcdee15
commit
16e0e4f9d8
11 changed files with 460 additions and 26 deletions
|
|
@ -141,10 +141,17 @@ const routes: Routes = [
|
|||
{
|
||||
path: 'materials',
|
||||
loadComponent: () =>
|
||||
import('./features/material-settings/material-settings.component').then(
|
||||
(m) => m.MaterialSettingsComponent
|
||||
import(
|
||||
'./features/material-settings/material-settings.component'
|
||||
).then((m) => m.MaterialSettingsComponent),
|
||||
},
|
||||
{
|
||||
path: 'toppings',
|
||||
loadComponent: () =>
|
||||
import('./features/toppings/toppings.component').then(
|
||||
(t) => t.ToppingsComponent
|
||||
),
|
||||
}
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue