为什么下划线不能在intallisanse中显示模型的属性。
this.accountService.getAll().subscribe(
(accounts : Account[]) => {
accounts.forEach(g => g.email) // standart forEach revails all my typed properies
let account = _.each(accounts, (r) => r....??); // here is nothing, also _.find method and etc
return true;
},
(e) => this.toasterService.pop('error', 'Forgot Password', e.error.message))