feat: tab-bar

This commit is contained in:
2024-07-22 01:26:19 +03:00
parent 7904abd782
commit 9973637a92
11 changed files with 81 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ import { AppService } from "./app.service";
import { FooterComponent } from "./components/footer/footer.component";
import { HeaderComponent } from "./components/header/header.component";
import { NotificationComponent } from "./components/notification/notification.component";
import { TabBarComponent } from "./components/tab-bar/tab-bar.component";
@Component({
standalone: true,
@@ -13,6 +14,7 @@ import { NotificationComponent } from "./components/notification/notification.co
NotificationComponent,
NotificationComponent,
FooterComponent,
TabBarComponent,
],
selector: "app-root",
templateUrl: "./app.component.html",