我已经找到问题了,根据给定的信息你是不可能知道的。
在我的 component.ts 中我已经配置了
@Component({ ... changeDetection: ChangeDetectionStrategy.OnPush })
将其更改为
@Component({ ... changeDetection: ChangeDetectionStrategy.Default })
解决了我的问题