amazon-archives / aws-cognito-angular-quickstart

An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
https://cognito.budilov.com
Apache License 2.0
689 stars 304 forks source link

Update Register component to remove deprecated code #143

Open craig-dae opened 6 years ago

craig-dae commented 6 years ago

The following console warning shows up on the register component upon updating to Angular 6:

It looks like you're using ngModel on the same form field as formControlName. Support for using the ngModel input property and ngModelChange event with reactive form directives has been deprecated in Angular v6 and will be removed in Angular v7.

For more information on this, see our API docs here: https://angular.io/api/forms/FormControlName#use-with-ngmodel