Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
BookingMyHrManagement
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chanachai
BookingMyHrManagement
Commits
a331fa3f
Commit
a331fa3f
authored
Nov 24, 2021
by
DESKTOP-HF0LVOG\myhr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
เปลี่ยนหน้าเริ่มต้น
parent
c8fd8ecd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
7 deletions
+8
-7
app-routing.module.ts
src/app/app-routing.module.ts
+2
-2
app.component.ts
src/app/app.component.ts
+3
-2
app.module.ts
src/app/app.module.ts
+2
-2
sidebar.component.html
src/app/components/sidebar/sidebar.component.html
+1
-1
No files found.
src/app/app-routing.module.ts
View file @
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
"
}
];
...
...
src/app/app.component.ts
View file @
a331fa3f
...
...
@@ -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
src/app/app.module.ts
View file @
a331fa3f
...
...
@@ -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
:
[],
...
...
src/app/components/sidebar/sidebar.component.html
View file @
a331fa3f
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment