add filter with material

This commit is contained in:
Kenta420 2023-10-27 16:13:04 +07:00
parent 5b01f1c431
commit 70cfd89fc4
9 changed files with 135 additions and 14 deletions

View file

@ -81,7 +81,7 @@ const routes: Routes = [
path: 'recipes',
loadComponent: () =>
import('./features/recipes/recipes.component').then(
(m) => m.DashboardComponent
(m) => m.RecipesComponent
),
canActivate: [authGuard],
},