Commit d62471a9 by Chanachai

เพิ่มรายการอุปกรณ์

parents e2a958fc a331fa3f
......@@ -9,7 +9,7 @@ import { AuthLayoutComponent } from './layouts/auth-layout/auth-layout.component
const routes: Routes = [
{
path: "",
redirectTo: "dashboard",
redirectTo: "home-page",
pathMatch: "full"
},
{
......@@ -33,7 +33,7 @@ const routes: Routes = [
},
{
path: "**",
redirectTo: "dashboard"
redirectTo: "home-page"
}
];
......
......@@ -6,5 +6,5 @@ import { Component } from "@angular/core";
styleUrls: ["./app.component.scss"]
})
export class AppComponent {
title = "black-dashboard-angular";
}
title = "BookingManagement";
}
\ No newline at end of file
......@@ -17,7 +17,7 @@ import { HomePageComponent } from './pages/home-page/home-page.component';
import { FullCalendarModule } from "@fullcalendar/angular";
import dayGridPlugin from '@fullcalendar/daygrid'; // a plugin!
import interactionPlugin from '@fullcalendar/interaction';
import { EquipmentComponent } from './pages/equipment/equipment.component'; // a plugin!
import { EquipmentComponent } from "./pages/equipment/equipment.component";
FullCalendarModule.registerPlugins([ // register FullCalendar plugins
dayGridPlugin,
......@@ -34,7 +34,7 @@ FullCalendarModule.registerPlugins([ // register FullCalendar plugins
RouterModule,
AppRoutingModule,
ToastrModule.forRoot(),
FullCalendarModule
FullCalendarModule,
],
declarations: [AppComponent, AdminLayoutComponent, AuthLayoutComponent, HomePageComponent, EquipmentComponent],
providers: [],
......
......@@ -5,7 +5,7 @@
</div>
</a>
<a href="https://www.creative-tim.com?ref=bda-sidebar-logo" class="simple-text logo-normal">
Creative Tim
Booking
</a>
</div>
<div class="sidebar-wrapper">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment