Type Event Is Not Assignable To Type String

[Solved] Type Event Is Not Assignable To Type String | Solidity - Code Explorer | yomemimo.com
Question : Type 'Event' is not assignable to type 'string'

Answered by : thoughtless-tuatara-iyowztut9fwa

import { FormsModule } from '@angular/forms';
...
imports: [
..,
FormsModule
],

Source : https://stackoverflow.com/questions/66407703/error-ts2322-type-event-is-not-assignable-to-type-string-ngmodel-todo | Last Update : Sun, 14 Nov 21

Answers related to type event is not assignable to type string

Code Explorer Popular Question For Solidity