2
Answers

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

San

San

6y
906
1
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)