diff --git a/aio/content/guide/structural-directives.md b/aio/content/guide/structural-directives.md index 1f4e31ab23..77ee244e19 100644 --- a/aio/content/guide/structural-directives.md +++ b/aio/content/guide/structural-directives.md @@ -590,6 +590,11 @@ The drop down works properly. ngcontainer options work properly +
+ +**Note:** Remember that ngModel directive is defined as a part of Angular FormsModule and you need to include FormsModule in the imports: [...] section of the Angular module metadata, in which you want to use it. + +
The `` is a syntax element recognized by the Angular parser.