mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: improve instruction for import in signal forms tutorial
(cherry picked from commit fb32a5bafa)
This commit is contained in:
parent
9e16f0363f
commit
563e505df0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// TODO: Import signal from @angular/core
|
||||
// TODO: Add signal to the import from @angular/core below
|
||||
import {Component, ChangeDetectionStrategy} from '@angular/core';
|
||||
// TODO: Import form from @angular/forms/signals
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue