Commit a331fa3f by DESKTOP-HF0LVOG\myhr

เปลี่ยนหน้าเริ่มต้น

parent c8fd8ecd
......@@ -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
......@@ -16,7 +16,7 @@ import { ComponentsModule } from "./components/components.module";
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'; // a plugin!
import interactionPlugin from '@fullcalendar/interaction';
FullCalendarModule.registerPlugins([ // register FullCalendar plugins
dayGridPlugin,
......@@ -33,7 +33,7 @@ FullCalendarModule.registerPlugins([ // register FullCalendar plugins
RouterModule,
AppRoutingModule,
ToastrModule.forRoot(),
FullCalendarModule
FullCalendarModule,
],
declarations: [AppComponent, AdminLayoutComponent, AuthLayoutComponent, HomePageComponent],
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