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
d62471a9
Commit
d62471a9
authored
Nov 24, 2021
by
Chanachai
Browse files
Options
Browse Files
Download
Plain Diff
เพิ่มรายการอุปกรณ์
parents
e2a958fc
a331fa3f
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 @
d62471a9
...
...
@@ -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 @
d62471a9
...
...
@@ -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 @
d62471a9
...
...
@@ -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
:
[],
...
...
src/app/components/sidebar/sidebar.component.html
View file @
d62471a9
...
...
@@ -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