instead of curly brace {}, use square brace of array []
user:any = [];
↧
ERROR TypeError: Cannot read property 'email' of undefined
↧
instead of curly brace {}, use square brace of array []
user:any = [];