update layout navbar and sidebar
This commit is contained in:
parent
503186e733
commit
7aea7a8131
14 changed files with 397 additions and 24 deletions
|
|
@ -9,7 +9,6 @@ import { NgIf } from '@angular/common';
|
|||
standalone: true,
|
||||
imports: [NgIf],
|
||||
templateUrl: './dashboard.component.html',
|
||||
styleUrls: ['./dashboard.component.css'],
|
||||
})
|
||||
export class DashboardComponent implements OnInit {
|
||||
userInfo: User | null = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue