add basic nav bar and very basic design
This commit is contained in:
@@ -7,5 +7,8 @@ import { Component } from '@angular/core';
|
||||
styleUrl: './navbar.component.css'
|
||||
})
|
||||
export class NavbarComponent {
|
||||
|
||||
navItems:{label:string, path:string}[] = [
|
||||
{label: 'Schedule', path: '/schedule'},
|
||||
{label: 'beispiel', path: ''}, /* mal gucken wie man das elegant dynamisch machen kann*/
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user