docs(changelog): Fixes typo in changelog (#33618)
Fixes typo in `NgFormSelectorWarning`. Was `NgFromSelectorWarning` PR Close #33618
This commit is contained in:
parent
68a1edd4cc
commit
becc820159
|
@ -298,7 +298,7 @@ or
|
||||||
npm install tslib --save
|
npm install tslib --save
|
||||||
```
|
```
|
||||||
* **forms:** * `<ngForm></ngForm>` can no longer be used as a selector. Use `<ng-form></ng-form>` instead.
|
* **forms:** * `<ngForm></ngForm>` can no longer be used as a selector. Use `<ng-form></ng-form>` instead.
|
||||||
* The `NgFromSelectorWarning` directive has been removed.
|
* The `NgFormSelectorWarning` directive has been removed.
|
||||||
* `FormsModule.withConfig` has been removed. Use the `FormsModule` directly.
|
* `FormsModule.withConfig` has been removed. Use the `FormsModule` directly.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue