Angular – CSS Flip Card

Overview This is a combination of CSS and a Material card that flips when you click on an icon button in the upper right hand corner. Install Angular Material Generate a new component In the grid-card.layout.module.css grid-card.layout.module.ts Left card is plain and the right card has two sides. grid-card.layout.module.html

GitHub – Issue – Git Push Hangs

Overview When you have exhausted all other git CLI commands, the git push CLI command just hangs, and doesn’t prompt you for a password. As a last resort, remove GitHub from windows, reinstall it, and generate a new token. Type Uninstall in the Windows Search Bar and open Add or remove programs Search for Git

Angular – Changing CSS with ElementRef

Overview This is a tutorial for building a horizontal meter with 3 fill color values. Each of the values on the inside can be modified dynamically with typescript using ViewChild() and ElementRef. With ElementRef you can modify properties of a CSS selector. In this example we will modify the width but you can also modify