Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mySkill-x
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
mySkill-x
Commits
239246aa
Commit
239246aa
authored
Jun 02, 2025
by
Nattana Chaiyamat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
แก้ลิงค์ไปผิดหน้า
parent
794cdd44
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
my-skill-x-module.component.html
...onents/my-skill-x-module/my-skill-x-module.component.html
+3
-2
No files found.
src/app/components/my-skill-x-module/my-skill-x-module.component.html
View file @
239246aa
...
@@ -27,7 +27,8 @@
...
@@ -27,7 +27,8 @@
<div
class=
"bp-grid"
>
<div
class=
"bp-grid"
>
<ng-container
*
ngFor=
"let m of hrdModules let f = first"
>
<ng-container
*
ngFor=
"let m of hrdModules let f = first"
>
<div
class=
"module-card"
[
routerLink
]="
!
f
?
'/
ess
/
employee-self-service
'
:null
"
>
<div
class=
"module-card"
[
routerLink
]="
f
?
'/
ess
/
employee-self-service
'
:null
"
(
click
)="!
f
?
goToWebsite
('
https:
//
www
.
myhr
.
co
.
th
/')
:
null
"
>
<img
[
src
]="
m
.
icon
"
[
alt
]="
m
.
title
+
'
icon
'"
class=
"module-img"
/>
<img
[
src
]="
m
.
icon
"
[
alt
]="
m
.
title
+
'
icon
'"
class=
"module-img"
/>
<p
class=
"module-label"
>
<p
class=
"module-label"
>
<span
class=
"font-semibold text-sky-600"
>
One X
</span><br
/>
<span
class=
"font-semibold text-sky-600"
>
One X
</span><br
/>
...
@@ -48,7 +49,7 @@
...
@@ -48,7 +49,7 @@
<div
class=
"bp-grid"
>
<div
class=
"bp-grid"
>
<ng-container
*
ngFor=
"let m of hrmModules"
>
<ng-container
*
ngFor=
"let m of hrmModules"
>
<div
class=
"module-card"
routerLink=
"/ess/employee-self-service
"
>
<div
class=
"module-card"
(
click
)="
goToWebsite
('
https:
//
www
.
myhr
.
co
.
th
/')
"
>
<img
[
src
]="
m
.
icon
"
[
alt
]="
m
.
title
+
'
icon
'"
class=
"module-img"
/>
<img
[
src
]="
m
.
icon
"
[
alt
]="
m
.
title
+
'
icon
'"
class=
"module-img"
/>
<p
class=
"module-label"
>
<p
class=
"module-label"
>
<span
class=
"font-semibold text-sky-600"
>
One X
</span><br
/>
<span
class=
"font-semibold text-sky-600"
>
One X
</span><br
/>
...
...
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