Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
myAppraisal
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
myAppraisal
Commits
809335ac
Commit
809335ac
authored
Dec 19, 2024
by
Ooh-Ao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
animation
parent
a9e3ae51
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
full-layout.component.html
.../layout-components/full-layout/full-layout.component.html
+2
-2
full-layout.component.ts
...ed/layout-components/full-layout/full-layout.component.ts
+4
-1
index.html
src/index.html
+2
-3
No files found.
src/app/shared/layout-components/full-layout/full-layout.component.html
View file @
809335ac
...
...
@@ -4,8 +4,8 @@
<app-sidebar
appHoverEffectSidebar
></app-sidebar>
<app-header></app-header>
<div
class=
"content"
>
<div
id=
"maincontent"
class=
"main-content"
(
click
)="
togglesidemenuBody
()"
>
<router-outlet></router-outlet>
<div
id=
"maincontent"
class=
"main-content"
(
click
)="
togglesidemenuBody
()"
[@
routeAnimations
]="
o
.
isActivated
&&
o
.
activatedRoute
.
routeConfig
?.
path
"
>
<router-outlet
#
o=
"outlet"
></router-outlet>
</div>
<app-backtotop></app-backtotop>
<div
id=
"responsive-overlay"
class=
""
(
click
)="
clearToggle
()"
></div>
...
...
src/app/shared/layout-components/full-layout/full-layout.component.ts
View file @
809335ac
import
{
Component
,
ElementRef
,
HostListener
,
Renderer2
}
from
'@angular/core'
;
import
{
C
hangeDetectionStrategy
,
C
omponent
,
ElementRef
,
HostListener
,
Renderer2
}
from
'@angular/core'
;
import
{
Menu
,
NavService
}
from
'../../services/navservice'
;
import
{
SwitcherService
}
from
'src/app/shared/services/switcher.service'
;
import
*
as
switcher
from
'../../../shared/components/switcher/switcher'
;
import
{
routeAnimations
}
from
'../../services/animations/route.animations'
;
@
Component
({
selector
:
'app-full-layout'
,
templateUrl
:
'./full-layout.component.html'
,
styleUrls
:
[
'./full-layout.component.scss'
],
animations
:
[
routeAnimations
],
changeDetection
:
ChangeDetectionStrategy
.
OnPush
,
})
export
class
FullLayoutComponent
{
public
menuItems
!
:
Menu
[];
...
...
src/index.html
View file @
809335ac
...
...
@@ -4,7 +4,7 @@
<head>
<meta
charset=
"utf-8"
/>
<title>
Synto- Tailwind Angular Admin Template
</title>
<title>
APSPlus ระบบประเมินผลออนไลน์
</title>
<base
href=
"/"
/>
<!-- <base href="/synto/preview/" /> -->
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, user-scalable=no"
/>
...
...
@@ -29,4 +29,4 @@
<app-root></app-root>
</body>
</html>
\ No newline at end of file
</html>
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