I upgraded my career portfolio to Angular 15 https://mruanova.com/
The header is white to resemble my favorite websites that have a minimalistic approach when it comes to color (twitter, facebook, linkedin, instagram, google, wikipedia, stack overflow, youtube).
But I kept the viridian color in the footer and added more font-awesome icons with their latest version.
Also included the color picker with Hue/Saturation (rainbow canvas)and Luminance (slider).
Sure, here is a poem about dogs and middle child syndrome:
In a family of canines, there is a middle pup
Who often feels left out, not sure where to sup
The oldest gets attention, the baby is coddled
But the middle feels forgotten, their presence muddled
They try to bark loud, to get noticed and seen
But it’s hard to stand out, when you’re in between
They watch as the others get treats and affection
Feeling overlooked and in the wrong direction
But the middle child dog is just as loved and dear
And they bring joy and loyalty, all through the year
So don’t forget the middle pup, show them some love
They deserve it just as much, from the heavens above.
Install the Crestron CH5 Utilities CLI
npm install -g @crestron/ch5-utilities-cli
Create a Project using the CH5 Shell CLI
ch5-shell-cli create:project
Create a Git Ignore file for the Node Modules
.gitignore
/node_modules
Start
npm run start
Open Browser
to change from light theme to dark theme
./shell-template/app/project-config.json
{
“projectName”: “shell-template”,
“version”: “0.0.1”,
“faviconPath”: “favicon.ico”,
“menuOrientation”: “horizontal”,
“selectedTheme”: “dark-theme”,
“useWebXPanel”: true,
RIMRAF Remove Recursive Force
MAC
rm -rf node_modules
WINDOWS
npm install rimraf -g
rimraf node_modules
Error: The term ng is not recognized as the name of a cmdlet, function, script file, or operable program.
Resolved by adding “c:\users\mau\AppDara\Roaming\npm” to PATH on environment variables.