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
140a4be2
Commit
140a4be2
authored
Feb 22, 2022
by
GAME\parin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
1ef47521
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
contact.service.ts
src/app/service/contact.service.ts
+1
-1
equirment.service.ts
src/app/service/equirment.service.ts
+1
-1
item-detail.service.ts
src/app/service/item-detail.service.ts
+1
-1
room-detail.service.ts
src/app/service/room-detail.service.ts
+1
-1
room.service.ts
src/app/service/room.service.ts
+1
-1
search.service.ts
src/app/service/search.service.ts
+1
-1
typeeq.service.ts
src/app/service/typeeq.service.ts
+1
-1
typeroom.service.ts
src/app/service/typeroom.service.ts
+1
-1
No files found.
src/app/service/contact.service.ts
View file @
140a4be2
...
@@ -7,7 +7,7 @@ import { Contact } from "../models/contact.model";
...
@@ -7,7 +7,7 @@ import { Contact } from "../models/contact.model";
export
class
ContactService
{
export
class
ContactService
{
constructor
(
private
http
:
HttpClient
)
{
}
constructor
(
private
http
:
HttpClient
)
{
}
url
:
string
=
"http://
2839-110-169-220-190
.ngrok.io"
;
url
:
string
=
"http://
b872-2405-9800-bc03-3665-282a-83c6-a83e-fc1b
.ngrok.io"
;
listContact
:
Contact
[]
=
[]
listContact
:
Contact
[]
=
[]
addContact
(
model
:
Contact
)
{
addContact
(
model
:
Contact
)
{
...
...
src/app/service/equirment.service.ts
View file @
140a4be2
...
@@ -9,7 +9,7 @@ import { TypeEq } from '../models/typeeq.model';
...
@@ -9,7 +9,7 @@ import { TypeEq } from '../models/typeeq.model';
export
class
EquirmentService
{
export
class
EquirmentService
{
constructor
(
private
http
:
HttpClient
)
{
}
constructor
(
private
http
:
HttpClient
)
{
}
url
:
string
=
"http://
0eb9-110-169-220-190
.ngrok.io"
;
url
:
string
=
"http://
b872-2405-9800-bc03-3665-282a-83c6-a83e-fc1b
.ngrok.io"
;
listEquirment
:
Equirment
[]
=
[]
listEquirment
:
Equirment
[]
=
[]
addEquirment
(
model
:
Equirment
)
{
addEquirment
(
model
:
Equirment
)
{
...
...
src/app/service/item-detail.service.ts
View file @
140a4be2
...
@@ -7,7 +7,7 @@ import { Observable } from 'rxjs';
...
@@ -7,7 +7,7 @@ import { Observable } from 'rxjs';
export
class
ItemDetailService
{
export
class
ItemDetailService
{
constructor
(
private
http
:
HttpClient
)
{
}
constructor
(
private
http
:
HttpClient
)
{
}
url
:
string
=
"http://
0eb9-110-169-220-190
.ngrok.io"
;
url
:
string
=
"http://
b872-2405-9800-bc03-3665-282a-83c6-a83e-fc1b
.ngrok.io"
;
listItemDetail
:
ItemDetail
[]
=
[]
listItemDetail
:
ItemDetail
[]
=
[]
addItemDetail
(
model
:
ItemDetail
)
{
addItemDetail
(
model
:
ItemDetail
)
{
...
...
src/app/service/room-detail.service.ts
View file @
140a4be2
...
@@ -11,7 +11,7 @@ export class RoomDetailService {
...
@@ -11,7 +11,7 @@ export class RoomDetailService {
}
}
constructor
(
private
http
:
HttpClient
)
{
}
constructor
(
private
http
:
HttpClient
)
{
}
url
:
string
=
"http://
0eb9-110-169-220-190
.ngrok.io"
;
url
:
string
=
"http://
b872-2405-9800-bc03-3665-282a-83c6-a83e-fc1b
.ngrok.io"
;
listRoomDetail
:
RoomDetail
[]
=
[]
listRoomDetail
:
RoomDetail
[]
=
[]
editRoomDetail
(
model
:
RoomDetail
)
{
editRoomDetail
(
model
:
RoomDetail
)
{
...
...
src/app/service/room.service.ts
View file @
140a4be2
...
@@ -8,7 +8,7 @@ import { SearchRoomModel } from '../models/searchroom.model';
...
@@ -8,7 +8,7 @@ import { SearchRoomModel } from '../models/searchroom.model';
export
class
RoomService
{
export
class
RoomService
{
constructor
(
private
http
:
HttpClient
)
{
}
constructor
(
private
http
:
HttpClient
)
{
}
url
:
string
=
"http://
0eb9-110-169-220-190
.ngrok.io"
;
url
:
string
=
"http://
b872-2405-9800-bc03-3665-282a-83c6-a83e-fc1b
.ngrok.io"
;
listRoomModel
:
Room
[]
=
[]
listRoomModel
:
Room
[]
=
[]
listRoomSearch
:
Room
[]
=
[];
listRoomSearch
:
Room
[]
=
[];
...
...
src/app/service/search.service.ts
View file @
140a4be2
...
@@ -7,7 +7,7 @@ import { SearchEqModel } from '../models/searcheq.model';
...
@@ -7,7 +7,7 @@ import { SearchEqModel } from '../models/searcheq.model';
export
class
SearchService
{
export
class
SearchService
{
constructor
(
private
http
:
HttpClient
)
{}
constructor
(
private
http
:
HttpClient
)
{}
url
:
string
=
"http://
0eb9-110-169-220-190
.ngrok.io"
;
url
:
string
=
"http://
b872-2405-9800-bc03-3665-282a-83c6-a83e-fc1b
.ngrok.io"
;
listSearchEq
:
SearchEqModel
[]
=
[]
listSearchEq
:
SearchEqModel
[]
=
[]
getSearchEq
(
model
:
SearchEqModel
){
getSearchEq
(
model
:
SearchEqModel
){
...
...
src/app/service/typeeq.service.ts
View file @
140a4be2
...
@@ -10,7 +10,7 @@ export class TypeEqService {
...
@@ -10,7 +10,7 @@ export class TypeEqService {
// }
// }
constructor
(
private
http
:
HttpClient
)
{
}
constructor
(
private
http
:
HttpClient
)
{
}
url
:
string
=
"http://
0eb9-110-169-220-190
.ngrok.io"
;
url
:
string
=
"http://
b872-2405-9800-bc03-3665-282a-83c6-a83e-fc1b
.ngrok.io"
;
listType
:
TypeEq
[]
=
[]
listType
:
TypeEq
[]
=
[]
addTypeEq
(
model
:
TypeEq
)
{
addTypeEq
(
model
:
TypeEq
)
{
...
...
src/app/service/typeroom.service.ts
View file @
140a4be2
...
@@ -10,7 +10,7 @@ export class TypeRoomService {
...
@@ -10,7 +10,7 @@ export class TypeRoomService {
// }
// }
constructor
(
private
http
:
HttpClient
)
{
}
constructor
(
private
http
:
HttpClient
)
{
}
url
:
string
=
"http://
0eb9-110-169-220-190
.ngrok.io"
;
url
:
string
=
"http://
b872-2405-9800-bc03-3665-282a-83c6-a83e-fc1b
.ngrok.io"
;
listType
:
TypeRoom
[]
=
[]
listType
:
TypeRoom
[]
=
[]
addTypeRoom
(
model
:
TypeRoom
)
{
addTypeRoom
(
model
:
TypeRoom
)
{
...
...
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