Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在列表组件上使用角度动画,即滑入滑出动画。当列表很短时它工作正常,但是当我在列表中有超过 50 个项目时,动画就会滞后。这是什么原因?怎么解决?
我找到了性能问题的根源。 添加changeDetection: ChangeDetectionStrategy.OnPush到根组件,现在一切都像以前一样快,我希望现在不会出现新问题:)
changeDetection: ChangeDetectionStrategy.OnPush