San

San

  • 879
  • 804
  • 313.9k

Property 'accountID' does not exist on type 'Account'

Aug 27 2018 5:28 AM
After run the command ng serve --open 
Application run sucessfully 
But after run ng build --prod getting the below error.
 
Property 'accountID' does not exist on type 'Account'. Did you mean 'AccountID'?
 
Property 'AccountService' is private and only accessible within class 'AccountComponent'.
 
 

Answers (2)