Refactor layout and add header, navbar, schedule components
Introduced MainLayoutComponent with header and navbar for consistent app layout. Added HeaderComponent, NavbarComponent, ScheduleComponent, and MainComponent. Updated routing to use MainLayout for main and schedule pages. Renamed home-component to home and main-page to main, removing obsolete main-page files.
This commit is contained in:
2
src/app/navbar/navbar.component.html
Normal file
2
src/app/navbar/navbar.component.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<nav class="navbar">
|
||||
</nav>
|
||||
Reference in New Issue
Block a user