add filter with material
This commit is contained in:
parent
5b01f1c431
commit
70cfd89fc4
9 changed files with 135 additions and 14 deletions
|
|
@ -81,7 +81,7 @@ const routes: Routes = [
|
|||
path: 'recipes',
|
||||
loadComponent: () =>
|
||||
import('./features/recipes/recipes.component').then(
|
||||
(m) => m.DashboardComponent
|
||||
(m) => m.RecipesComponent
|
||||
),
|
||||
canActivate: [authGuard],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue