up edit menu
This commit is contained in:
parent
070e8435d8
commit
80d52ff819
6 changed files with 238 additions and 6 deletions
|
@ -1,11 +1,13 @@
|
|||
import { Component } from '@angular/core';
|
||||
import {Menu} from './menu/menu';
|
||||
|
||||
@Component({
|
||||
selector: 'app-home',
|
||||
imports: [],
|
||||
imports: [
|
||||
Menu
|
||||
],
|
||||
templateUrl: './home.html',
|
||||
styleUrl: './home.scss'
|
||||
})
|
||||
export class Home {
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue