SyntaxFix
Write A Post
Hire A Developer
Questions
Angular no longer supports --env instead you have to use
ng serve -c dev
for development environment and,
ng serve -c prod
for production.
NOTE: -c or --configuration
-c
--configuration