0

[**this is the errors shown in blank index console1] files generated by ng build

  • `ng build --prod` has been deprecated and removed with Angular v14. Use `ng build --configuration production` instead. See the available options for `ng build` [here](https://angular.io/cli/build). – JSON Derulo Jul 20 '22 at 14:22
  • after this i got same empty index.html. How can i see that my app is working or not ? it is working fine in ng serve. – Rahul Kumar Jul 22 '22 at 14:15

1 Answers1

0

Are these two problems related? Please provide some more info about your problem.

The new way to use ng build is ng build --configuration [environmentName]

CarlitosJan
  • 183
  • 8