Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dynacmic-myhr
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
angular
dynacmic-myhr
Commits
da9585e5
Commit
da9585e5
authored
Jul 23, 2024
by
Ooh-Ao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
widget
parent
6ae16559
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
12 deletions
+15
-12
layout-widjet.component.css
src/app/layout-widjet/layout-widjet.component.css
+6
-4
layout-widjet.component.ts
src/app/layout-widjet/layout-widjet.component.ts
+3
-2
widjet.service.ts
src/app/services/widjet.service.ts
+6
-6
No files found.
src/app/layout-widjet/layout-widjet.component.css
View file @
da9585e5
body
,
html
{
margin
:
0
;
padding
:
0
;
height
:
200%
;
body
,
html
{
overflow-y
:
auto
!important
;
margin
:
0
!important
;
padding
:
0
!important
;
/* height: 200%; */
}
src/app/layout-widjet/layout-widjet.component.ts
View file @
da9585e5
import
{
Component
,
OnInit
}
from
'@angular/core'
;
import
{
Component
,
OnInit
,
ViewEncapsulation
}
from
'@angular/core'
;
import
{
ServicesComponent
}
from
'../services/services.component'
;
import
{
Service
,
WidjetService
}
from
'../services/widjet.service'
;
import
{
CommonModule
}
from
'@angular/common'
;
...
...
@@ -9,7 +9,8 @@ import { ActivatedRoute } from '@angular/router';
standalone
:
true
,
imports
:
[
CommonModule
,
ServicesComponent
],
templateUrl
:
'./layout-widjet.component.html'
,
styleUrls
:
[
'./layout-widjet.component.css'
]
styleUrls
:
[
'./layout-widjet.component.css'
],
encapsulation
:
ViewEncapsulation
.
None
})
export
class
LayoutWidjetComponent
implements
OnInit
{
appName
=
""
...
...
src/app/services/widjet.service.ts
View file @
da9585e5
...
...
@@ -40,7 +40,7 @@ export class WidjetService {
dataModel
:
"ss"
,
dataSoure
:
"sss"
,
api
:
""
,
width
:
6
,
width
:
12
,
heigth
:
""
,
tag
:
""
},
...
...
@@ -51,7 +51,7 @@ export class WidjetService {
dataModel
:
"ss"
,
dataSoure
:
"sss"
,
api
:
""
,
width
:
6
,
width
:
12
,
heigth
:
""
,
tag
:
""
},
...
...
@@ -62,7 +62,7 @@ export class WidjetService {
dataModel
:
"ss"
,
dataSoure
:
"sss"
,
api
:
"select data"
,
width
:
3
,
width
:
12
,
heigth
:
""
,
tag
:
""
},
...
...
@@ -73,7 +73,7 @@ export class WidjetService {
dataModel
:
"4444"
,
dataSoure
:
"2312"
,
api
:
"https://hrplus.myhr.co.th/hr/taapi/leave/statistic?yearId=2024"
,
width
:
3
,
width
:
12
,
heigth
:
""
,
tag
:
""
},
...
...
@@ -84,7 +84,7 @@ export class WidjetService {
dataModel
:
"4444"
,
dataSoure
:
"2312"
,
api
:
"https://hrplus.myhr.co.th/hr/taapi/leave/statistic?yearId=2024"
,
width
:
3
,
width
:
12
,
heigth
:
""
,
tag
:
""
},
...
...
@@ -95,7 +95,7 @@ export class WidjetService {
dataModel
:
"4444"
,
dataSoure
:
"2312"
,
api
:
"https://hrplus.myhr.co.th/hr/taapi/leave/statistic?yearId=2024"
,
width
:
3
,
width
:
12
,
heigth
:
""
,
tag
:
""
}
...
...
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