-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Angular: patched latest workspace updates
Since the workspace was successfully deployed for Holloway's client and successfully internalized, we can patch the latest workspace updates back here. Hence, let's do this. This pathc patches latest workspace udpates into Angular/ directory. Co-authored-by: Shuralyov, Jean <jean.shuralyov@proton.me> Co-authored-by: Galyna, Cory <cory.galyna@gmail.com> Co-authored-by: (Holloway) Chew, Kean Ho <me@hollowaykeanho.com> Signed-off-by: (Holloway) Chew, Kean Ho <me@hollowaykeanho.com>
- Loading branch information
1 parent
0b40dd2
commit 2c5fadb
Showing
25 changed files
with
416 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
echo \" <<'RUN_AS_BATCH' >/dev/null ">NUL "\" \`" <#" | ||
@ECHO OFF | ||
REM LICENSE CLAUSES HERE | ||
REM ---------------------------------------------------------------------------- | ||
REM ############################################################################ | ||
REM # Windows BATCH Codes # | ||
REM ############################################################################ | ||
echo "[ ERROR ] --> powershell.exe !!!" | ||
exit /b 1 | ||
REM ############################################################################ | ||
REM # Windows BATCH Codes # | ||
REM ############################################################################ | ||
RUN_AS_BATCH | ||
#> | Out-Null | ||
|
||
|
||
|
||
|
||
echo \" <<'RUN_AS_POWERSHELL' >/dev/null # " | Out-Null | ||
################################################################################ | ||
# Windows POWERSHELL Codes # | ||
################################################################################ | ||
${env:WORKSPACE_ROOT} = Get-Location | ||
$___process = . "${env:WORKSPACE_ROOT}\services\app\shell\clean.ps1" | ||
################################################################################ | ||
# Windows POWERSHELL Codes # | ||
################################################################################ | ||
exit $___process | ||
<# | ||
RUN_AS_POWERSHELL | ||
################################################################################ | ||
# Unix Main Codes # | ||
################################################################################ | ||
WORKSPACE_ROOT="$PWD" | ||
. "${WORKSPACE_ROOT}/services/app/shell/clean.sh" | ||
################################################################################ | ||
# Unix Main Codes # | ||
################################################################################ | ||
exit $? | ||
#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +0,0 @@ | ||
section.selector .panel { | ||
margin: 2rem 0; | ||
} | ||
|
||
section.selector .panel .catalog { | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: center; | ||
gap: 2rem; | ||
|
||
margin: 4rem 0; | ||
} | ||
|
||
section.selector .panel .catalog > .social { | ||
min-width: 80vw; | ||
--social-height: 8rem; | ||
} | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.