angular-firestarter icon indicating copy to clipboard operation
angular-firestarter copied to clipboard

Email Login Component Typescript error

Open jacobweiss2305 opened this issue 3 years ago • 0 comments

I am getting this error on localhost:4200 : ERROR

src/app/user/email-login/email-login.component.html:23:36 - error TS2531: Object is possibly 'null'.

23 <mat-form-field [color]="email.valid && 'accent'"> ~~~~~

src/app/user/email-login/email-login.component.ts:11:16 11 templateUrl: './email-login.component.html', ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error occurs in the template of component EmailLoginComponent.

Here is the html: image

Vscode suggests this: image

I think it has something to do with the Typescript: image

Link to my user module: https://github.com/jacobweiss2305/kanban-app/tree/master/src/app/user

jacobweiss2305 avatar Oct 22 '22 11:10 jacobweiss2305