The problem

Every Angular codebase I've worked on had the same invisible issues:

Components without ChangeDetectionStrategy.OnPush

RxJS subscriptions that never unsubscribe

*ngFor without trackBy