Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add note about ngModel usage in structural directives guide (an…
…gular#29522) When I tried one of the examples provided in the documention, encountered the " Can't bind to 'ngModel' since it isn't a known property of 'select' ” error. So to resolve it I imported the FormsModule in ngModule. If it is mentioned in the documentation, it would be handy for the beginners to try and learn. Thanks for considering. Duplicate of pull Request# 29206, As I encountered few issues after multiple authors corrected, So I am creating the new pull request PR Close angular#29522
- Loading branch information