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'.