Chore: Updated python dependencies
Chore: Updated angular to v19 Chore: Refactored ops with docker and ansible
This commit is contained in:
@ -17,7 +17,6 @@ import { MenuCategoryService } from '../menu-category.service';
|
||||
selector: 'app-menu-category-detail',
|
||||
templateUrl: './menu-category-detail.component.html',
|
||||
styleUrls: ['./menu-category-detail.component.css'],
|
||||
standalone: true,
|
||||
imports: [
|
||||
MatCard,
|
||||
MatCardHeader,
|
||||
|
||||
@ -28,7 +28,6 @@ import { MenuCategoryListDatasource } from './menu-category-list-datasource';
|
||||
selector: 'app-menu-category-list',
|
||||
templateUrl: './menu-category-list.component.html',
|
||||
styleUrls: ['./menu-category-list.component.css'],
|
||||
standalone: true,
|
||||
imports: [
|
||||
MatCard,
|
||||
MatCardHeader,
|
||||
|
||||
Reference in New Issue
Block a user