Angular 5 ChangeDetection策略性能问题

时间:2018-12-11 12:24:34

标签: angular performance angular5 metronic angular-changedetection

我正在使用Angular 5.2开发应用程序。 我正在使用Metronic角度模板。

在这种结构中,我具有模块和嵌套组件,例如;

AppComponent \ ThemeComponent \ ParentModule \ ParentComponent \ ChildComponent

我有50-60个这样的分量。当我按下ModelCompenent中的一个键时,它正在扫描所有状态值,并且字符带有延迟。

我在ThemeComponent的ChangeDetectionStrategy.OnPush中使用了。表单扫描被加速。但是在ChildComponent中,绑定不起作用,并且表单值为空。

我该如何解决这个问题?

谢谢。

0 个答案:

没有答案