some routing
This commit is contained in:
parent
d70bc189b9
commit
f2a5b8b234
22 changed files with 231 additions and 16 deletions
10
src/app/dashboard/dashboard-navbar/dashboard-navbar.ts
Normal file
10
src/app/dashboard/dashboard-navbar/dashboard-navbar.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
import { Component } from '@angular/core';
|
||||
import { RouterLink } from '@angular/router';
|
||||
|
||||
@Component({
|
||||
selector: 'app-dashboard-navbar',
|
||||
imports: [RouterLink],
|
||||
templateUrl: './dashboard-navbar.html',
|
||||
styleUrl: './dashboard-navbar.css',
|
||||
})
|
||||
export class DashboardNavbar {}
|
Loading…
Add table
Add a link
Reference in a new issue