mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-27 18:29:47 +08:00
The CLI usually generates files with a new line at the end. This line was lacking in the new `app.config.ts` file generated for standalone applications. It was also using a trailing comma, which is not the usual convention in generated files.