add nav on main
This commit is contained in:
parent
45a36f4736
commit
d8443508e1
7 changed files with 83 additions and 3 deletions
|
@ -0,0 +1,14 @@
|
|||
import { Component } from '@angular/core';
|
||||
import {RouterLink} from '@angular/router';
|
||||
|
||||
@Component({
|
||||
selector: 'app-bottom-navigation',
|
||||
imports: [
|
||||
RouterLink
|
||||
],
|
||||
templateUrl: './bottom-navigation.html',
|
||||
styleUrl: './bottom-navigation.scss'
|
||||
})
|
||||
export class BottomNavigation {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue