Skip to content

Instantly share code, notes, and snippets.

@wizardnet972
Created December 23, 2021 10:01
Show Gist options
  • Save wizardnet972/f79e70c15dd7790b4a8a13724027f7dd to your computer and use it in GitHub Desktop.
Save wizardnet972/f79e70c15dd7790b4a8a13724027f7dd to your computer and use it in GitHub Desktop.
<app-form [user]="user$ | async"></app-form>
...
@Input() set user(value) {
if (!value) return;
this.form.patchValue({ ...value });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment