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

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