Observe/React to Array Changes with Angular 12

from blog The Angry Dev, | ↗ original
In angular 12, it is very simple to have the HTML of your component react to changes in the value of a single variable (or multiple variables). Although it is not that simple when you want to have your components HTML react to push/pop changes. Take the following component: export class TitleComponent implements OnInit { title: string = "default...