HyperLife1119

Results 76 comments of HyperLife1119

直接更新 model: ```ts this.model = { ...this.model, xxx: 'new value' } ``` 或者通过 (formChange) 事件,拿到 formGroup 实例后直接操作表单

你没有复现出来的话,我这边也不太清楚了。

I solved it this way: ```ts import { IonRouterOutlet } from "@ionic/angular/standalone"; { path: 'patient', component: IonRouterOutlet, children: [ { path: ':id', loadComponent: () => import('./xxx.page'), } ] }, ```

I solved it by using @defer :/ ```html @defer { } ```

Please resolve the conflict :) @Nicoss54

The root problem is that Angular's content projection is static, while `ngTemplateOutlet` is dynamic. This causes `nz-input-wrapper` to be unable to find the dynamically rendered `nz-input` through child queries. Ref:...

> [@HyperLife1119](https://github.com/HyperLife1119) I think it would be great if we can add a Q&A about it in the doc, WDYT? Agree :)

You should request an update from the third package: - reqAnimFrame -> requestAnimationFrame - NzFormPatchModule -> NzFormItemFeedbackIconComponent @ali-memar