Previously ngtsc removed the class-level decorators (@Component, etc) but left all the ancillary decorators (@Input, @Optional, etc). This changes the transform to descend into the members of decorated classes and remove any Angular decorators, not just the class-level ones. PR Close #24677