Hey there, have you ever needed to programmatically add a class to an element in an Angular application? Like, maybe when a button is disabled, we need a class, but then once it’s enabled, we don’t.
But what happen if both component arent in the same scope? A common pattern in this case is propagate @Input() and @Output() throught the tree of parents/childs component or write a shared service for ...
The new documentation now covers installation on Angular 18+ and is divided into smaller, more readable sections, making it easier to digest than this big README. It also documents the additional ...